C# Class NetMsg.MsgSPInfo

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

Public Properties

Property Type Description
id uint
param int
sp int
type int

Public Methods

Method Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgSPInfo ( ) : 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[]

MsgSPInfo() public method

public MsgSPInfo ( ) : System
return System

Property Details

id public_oe property

public uint id
return uint

param public_oe property

public int param
return int

sp public_oe property

public int sp
return int

type public_oe property

public int type
return int