C# Class GameBase.Network.Internal.DeleteItemByID

Exibir arquivo 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_oe property

public uint id
return uint

mParam public_oe property

public ushort mParam
return ushort

playerid public_oe property

public int playerid
return int

postion public_oe property

public ushort postion
return ushort