C# Class GameBase.Network.Internal.QueryRoleName_Ret

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
gameid uint
mParam ushort
tag bool

Public Methods

Method Description
Create ( byte data ) : void
GetBuffer ( ) : byte[]
QueryRoleName_Ret ( ) : System

Method Details

Create() public method

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

GetBuffer() public method

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

QueryRoleName_Ret() public method

public QueryRoleName_Ret ( ) : System
return System

Property Details

gameid public_oe property

public uint gameid
return uint

mParam public_oe property

public ushort mParam
return ushort

tag public_oe property

public bool tag
return bool