C# Class NetMsg.MsgMagicInfo

Inheritance: BaseMsg
Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
exp uint
id uint
level ushort
magicid ushort

Public Methods

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

MsgMagicInfo() public method

public MsgMagicInfo ( ) : System
return System

Property Details

exp public property

public uint exp
return uint

id public property

public uint id
return uint

level public property

public ushort level
return ushort

magicid public property

public ushort magicid
return ushort