C# Class SagaMap.Packets.Server.ListInventory

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

Méthodes publiques

Méthode Description
ListInventory ( byte numberOfItems ) : System
SetItems ( List items ) : void
SetSortType ( ITEM_TYPE type ) : void

Method Details

ListInventory() public méthode

public ListInventory ( byte numberOfItems ) : System
numberOfItems byte
Résultat System

SetItems() public méthode

public SetItems ( List items ) : void
items List
Résultat void

SetSortType() public méthode

public SetSortType ( ITEM_TYPE type ) : void
type ITEM_TYPE
Résultat void