C# Class GameBase.Network.Internal.LegionMember

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

Méthodes publiques

Свойство Type Description
boChange bool
id uint
members_name String
money long
rank short

Méthodes publiques

Méthode Description
Create ( PackIn inpack ) : void
GetBuffer ( ) : byte[]
LegionMember ( ) : System

Method Details

Create() public méthode

public Create ( PackIn inpack ) : void
inpack PackIn
Résultat void

GetBuffer() public méthode

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

LegionMember() public méthode

public LegionMember ( ) : System
Résultat System

Property Details

boChange public_oe property

public bool boChange
Résultat bool

id public_oe property

public uint id
Résultat uint

members_name public_oe property

public String members_name
Résultat String

money public_oe property

public long money
Résultat long

rank public_oe property

public short rank
Résultat short