C# Class NetMsg.MsgUpdateSP

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

Public Properties

Property Type Description
amount uint
role_id uint
sp uint
value uint

Public Methods

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

Method Details

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

MsgUpdateSP() public method

public MsgUpdateSP ( ) : System
return System

Property Details

amount public_oe property

public uint amount
return uint

role_id public_oe property

public uint role_id
return uint

sp public_oe property

public uint sp
return uint

value public_oe property

public uint value
return uint