C# Class GameBase.Network.Internal.LegionOption

Exibir arquivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
mInfo LegionInfo
mParam ushort
player_id int

Public Methods

Method Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
LegionOption ( ) : System
SetCreateTag ( ) : void
SetUpdateTag ( ) : void

Method Details

Create() public method

public Create ( byte msg ) : void
msg byte
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

LegionOption() public method

public LegionOption ( ) : System
return System

SetCreateTag() public method

public SetCreateTag ( ) : void
return void

SetUpdateTag() public method

public SetUpdateTag ( ) : void
return void

Property Details

mInfo public_oe property

public LegionInfo,GameBase.Network.Internal mInfo
return LegionInfo

mParam public_oe property

public ushort mParam
return ushort

player_id public_oe property

public int player_id
return int