C# Class GameBase.Network.Internal.DeleteItemByID

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

Public Properties

Property Type Description
id uint
mParam ushort
playerid int
postion ushort

Public Methods

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

Method Details

Create() public method

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

DeleteItemByID() public method

public DeleteItemByID ( ) : System
return System

GetBuffer() public method

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

Property Details

id public property

public uint id
return uint

mParam public property

public ushort mParam
return ushort

playerid public property

public int playerid
return int

postion public property

public ushort postion
return ushort