C# 클래스 NetMsg.MsgUpdateSP

상속: BaseMsg
파일 보기 프로젝트 열기: dream-young-soul/soul

공개 프로퍼티들

프로퍼티 타입 설명
amount uint
role_id uint
sp uint
value uint

공개 메소드들

메소드 설명
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgUpdateSP ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
리턴 void

GetBuffer() 공개 메소드

public GetBuffer ( ) : byte[]
리턴 byte[]

MsgUpdateSP() 공개 메소드

public MsgUpdateSP ( ) : System
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public uint amount
리턴 uint

role_id 공개적으로 프로퍼티

public uint role_id
리턴 uint

sp 공개적으로 프로퍼티

public uint sp
리턴 uint

value 공개적으로 프로퍼티

public uint value
리턴 uint