Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GameBase
Network
Internal
LegionMember
C# Class GameBase.Network.Internal.LegionMember
ファイルを表示
Open project: dream-young-soul/soul
Class Usage Examples
Public Properties
Property
Type
Description
boChange
bool
id
uint
members_name
String
money
long
rank
short
Public Methods
Method
Description
Create
(
PackIn
inpack
) :
void
GetBuffer
( ) :
byte[]
LegionMember
( ) :
System
Method Details
Create()
public
method
public
Create
(
PackIn
inpack
) :
void
inpack
PackIn
return
void
GetBuffer()
public
method
public
GetBuffer
( ) :
byte[]
return
byte[]
LegionMember()
public
method
public
LegionMember
( ) :
System
return
System
Property Details
boChange
public_oe property
public
bool
boChange
return
bool
id
public_oe property
public
uint
id
return
uint
members_name
public_oe property
public
String
members_name
return
String
money
public_oe property
public
long
money
return
long
rank
public_oe property
public
short
rank
return
short