C# Class NetMsg.MsgMagicInfo

Inheritance: BaseMsg
Exibir arquivo 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_oe property

public uint exp
return uint

id public_oe property

public uint id
return uint

level public_oe property

public ushort level
return ushort

magicid public_oe property

public ushort magicid
return ushort