C# Class GameBase.Network.Internal.LegionMember

Exibir arquivo 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