C# Class SagaMap.Packets.Server.ItemAdjust

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

Méthodes publiques

Méthode Description
ItemAdjust ( ) : System
SetContainer ( byte con ) : void
SetFunction ( System.Function func ) : void
SetSlot ( byte slot ) : void
SetValue ( ushort value ) : void

Method Details

ItemAdjust() public méthode

public ItemAdjust ( ) : System
Résultat System

SetContainer() public méthode

public SetContainer ( byte con ) : void
con byte
Résultat void

SetFunction() public méthode

public SetFunction ( System.Function func ) : void
func System.Function
Résultat void

SetSlot() public méthode

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

SetValue() public méthode

public SetValue ( ushort value ) : void
value ushort
Résultat void