C# Class GameBase.Network.Internal.QueryRole_Ret

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

Public Properties

Property Type Description
gameid uint
key int
key2 int
mParam ushort
ret byte

Public Methods

Method Description
Create ( byte msg ) : void
GetBuffer ( ) : byte[]
QueryRole_Ret ( ) : System

Method Details

Create() public method

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

GetBuffer() public method

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

QueryRole_Ret() public method

public QueryRole_Ret ( ) : System
return System

Property Details

gameid public_oe property

public uint gameid
return uint

key public_oe property

public int key
return int

key2 public_oe property

public int key2
return int

mParam public_oe property

public ushort mParam
return ushort

ret public_oe property

public byte ret
return byte