C# Class NetMsg.MsgLegionName

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

Méthodes publiques

Свойство Type Description
legion_id uint
legion_name String

Méthodes publiques

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

MsgLegionName() public méthode

public MsgLegionName ( ) : System
Résultat System

Property Details

legion_id public_oe property

public uint legion_id
Résultat uint

legion_name public_oe property

public String legion_name
Résultat String