C# Class GameBase.Network.Internal.PackPayRecInfo

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

Public Properties

Property Type Description
account String
id int
money int
mparam ushort
order String

Public Methods

Method Description
Creaet ( byte msg ) : void
GetBuffer ( ) : byte[]
PackPayRecInfo ( ) : System

Method Details

Creaet() public method

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

GetBuffer() public method

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

PackPayRecInfo() public method

public PackPayRecInfo ( ) : System
return System

Property Details

account public_oe property

public String account
return String

id public_oe property

public int id
return int

money public_oe property

public int money
return int

mparam public_oe property

public ushort mparam
return ushort

order public_oe property

public String order
return String