C# 클래스 NetMsg.MsgUserAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
amount int
list_type List
list_value List
role_id uint

공개 메소드들

메소드 설명
AddAttribute ( UserAttribute Attribute, uint value ) : void
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgUserAttribute ( ) : System

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( UserAttribute Attribute, uint value ) : void
Attribute UserAttribute
value uint
리턴 void

Create() 공개 메소드

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

GetBuffer() 공개 메소드

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

MsgUserAttribute() 공개 메소드

public MsgUserAttribute ( ) : System
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public int amount
리턴 int

list_type 공개적으로 프로퍼티

public List list_type
리턴 List

list_value 공개적으로 프로퍼티

public List list_value
리턴 List

role_id 공개적으로 프로퍼티

public uint role_id
리턴 uint