C# Class GameBase.Network.Internal.KickGamePlay

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

Public Properties

Property Type Description
accountid int
mParam ushort

Public Methods

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

Method Details

Create() public method

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

GetBuffer() public method

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

KickGamePlay() public method

public KickGamePlay ( ) : System
return System

Property Details

accountid public_oe property

public int accountid
return int

mParam public_oe property

public ushort mParam
return ushort