C# Class SagaMap.Packets.Client.GetTradeItem

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method Description
GetItem ( ) : byte
GetQuantity ( ) : byte
GetSlot ( ) : byte
GetTradeItem ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

Method Details

GetItem() public method

public GetItem ( ) : byte
return byte

GetQuantity() public method

public GetQuantity ( ) : byte
return byte

GetSlot() public method

public GetSlot ( ) : byte
return byte

GetTradeItem() public method

public GetTradeItem ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void