C# Class NetMsg.MsgMagicInfo

Inheritance: BaseMsg
Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Свойство Type Description
exp uint
id uint
level ushort
magicid ushort

Méthodes publiques

Méthode Description
Create ( byte msg = null, GamePacketKeyEx key = null ) : void
GetBuffer ( ) : byte[]
MsgMagicInfo ( ) : System

Method Details

Create() public méthode

public Create ( byte msg = null, GamePacketKeyEx key = null ) : void
msg byte
key GameBase.Network.GamePacketKeyEx
Résultat void

GetBuffer() public méthode

public GetBuffer ( ) : byte[]
Résultat byte[]

MsgMagicInfo() public méthode

public MsgMagicInfo ( ) : System
Résultat System

Property Details

exp public_oe property

public uint exp
Résultat uint

id public_oe property

public uint id
Résultat uint

level public_oe property

public ushort level
Résultat ushort

magicid public_oe property

public ushort magicid
Résultat ushort