C# Class SagaMap.Packets.Server.TradeItem

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
SetItemIndex ( byte ind ) : void
SetQuantity ( byte quant ) : void
SetStatus ( byte stat ) : void
SetTradeSlot ( byte slot ) : void
TradeItem ( ) : System

Method Details

SetItemIndex() public method

public SetItemIndex ( byte ind ) : void
ind byte
return void

SetQuantity() public method

public SetQuantity ( byte quant ) : void
quant byte
return void

SetStatus() public method

public SetStatus ( byte stat ) : void
stat byte
return void

SetTradeSlot() public method

public SetTradeSlot ( byte slot ) : void
slot byte
return void

TradeItem() public method

public TradeItem ( ) : System
return System