C# Class GameBase.Network.Internal.LegionOption

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
mInfo LegionInfo
mParam ushort
player_id int

Méthodes publiques

Méthode Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
LegionOption ( ) : System
SetCreateTag ( ) : void
SetUpdateTag ( ) : void

Method Details

Create() public méthode

public Create ( byte msg ) : void
msg byte
Résultat void

GetBuffer() public méthode

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

LegionOption() public méthode

public LegionOption ( ) : System
Résultat System

SetCreateTag() public méthode

public SetCreateTag ( ) : void
Résultat void

SetUpdateTag() public méthode

public SetUpdateTag ( ) : void
Résultat void

Property Details

mInfo public_oe property

public LegionInfo,GameBase.Network.Internal mInfo
Résultat LegionInfo

mParam public_oe property

public ushort mParam
Résultat ushort

player_id public_oe property

public int player_id
Résultat int