C# Class NetMsg.MsgSPInfo

Inheritance: BaseMsg
Show file 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 property

public uint id
return uint

param public property

public int param
return int

sp public property

public int sp
return int

type public property

public int type
return int