C# Class SagaMap.Packets.Server.AddItem

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

Méthodes publiques

Méthode Description
AddItem ( ) : System
SetContainer ( CONTAINER_TYPE type ) : void
SetEquipSlot ( byte slot ) : void
SetItem ( Item item ) : void

Method Details

AddItem() public méthode

public AddItem ( ) : System
Résultat System

SetContainer() public méthode

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

SetEquipSlot() public méthode

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

SetItem() public méthode

public SetItem ( Item item ) : void
item Item
Résultat void