C# Class SagaMap.Packets.Server.DeleteItem

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

Méthodes publiques

Méthode Description
DeleteItem ( ) : System
SetAmount ( byte amount ) : void
SetContainer ( CONTAINER_TYPE container ) : void
SetIndex ( byte index ) : void

Method Details

DeleteItem() public méthode

public DeleteItem ( ) : System
Résultat System

SetAmount() public méthode

public SetAmount ( byte amount ) : void
amount byte
Résultat void

SetContainer() public méthode

public SetContainer ( CONTAINER_TYPE container ) : void
container CONTAINER_TYPE
Résultat void

SetIndex() public méthode

public SetIndex ( byte index ) : void
index byte
Résultat void