C# Class SagaMap.Packets.Server.TradeItem

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

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

Method Details

SetItemIndex() public méthode

public SetItemIndex ( byte ind ) : void
ind byte
Résultat void

SetQuantity() public méthode

public SetQuantity ( byte quant ) : void
quant byte
Résultat void

SetStatus() public méthode

public SetStatus ( byte stat ) : void
stat byte
Résultat void

SetTradeSlot() public méthode

public SetTradeSlot ( byte slot ) : void
slot byte
Résultat void

TradeItem() public méthode

public TradeItem ( ) : System
Résultat System