C# Class GameBase.Network.Internal.AddRoleData_Item_Ret

Show file Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
gameid uint
id uint
mParam ushort
sordid uint

Public Methods

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

Method Details

AddRoleData_Item_Ret() public method

public AddRoleData_Item_Ret ( ) : System
return System

Create() public method

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

GetBuffer() public method

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

Property Details

gameid public property

public uint gameid
return uint

id public property

public uint id
return uint

mParam public property

public ushort mParam
return ushort

sordid public property

public uint sordid
return uint