C# Class NetMsg.MsgUpdateSP

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

Méthodes publiques

Свойство Type Description
amount uint
role_id uint
sp uint
value uint

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgUpdateSP ( ) : System

Method Details

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[]

MsgUpdateSP() public méthode

public MsgUpdateSP ( ) : System
Résultat System

Property Details

amount public_oe property

public uint amount
Résultat uint

role_id public_oe property

public uint role_id
Résultat uint

sp public_oe property

public uint sp
Résultat uint

value public_oe property

public uint value
Résultat uint