C# Class NetMsg.MsgUserAttribute

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
amount int
list_type List
list_value List
role_id uint

Méthodes publiques

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

Method Details

AddAttribute() public méthode

public AddAttribute ( UserAttribute Attribute, uint value ) : void
Attribute UserAttribute
value uint
Résultat void

Create() public méthode

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

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

MsgUserAttribute() public méthode

public MsgUserAttribute ( ) : System
Résultat System

Property Details

amount public_oe property

public int amount
Résultat int

list_type public_oe property

public List list_type
Résultat List

list_value public_oe property

public List list_value
Résultat List

role_id public_oe property

public uint role_id
Résultat uint