C# Class NetMsg.MsgUserAttribute

Inheritance: BaseMsg
Exibir arquivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
amount int
list_type List
list_value List
role_id uint

Public Methods

Method Description
AddAttribute ( UserAttribute Attribute, uint value ) : void
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgUserAttribute ( ) : System

Method Details

AddAttribute() public method

public AddAttribute ( UserAttribute Attribute, uint value ) : void
Attribute UserAttribute
value uint
return void

Create() public method

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

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

MsgUserAttribute() public method

public MsgUserAttribute ( ) : System
return System

Property Details

amount public_oe property

public int amount
return int

list_type public_oe property

public List list_type
return List

list_value public_oe property

public List list_value
return List

role_id public_oe property

public uint role_id
return uint