C# Class SagaMap.Packets.Server.ListWarehouse

Inheritance: SagaLib.Packet
Mostra file Open project: Willyham/SagaRO2

Public Methods

Method Description
ListWarehouse ( byte numberOfItems ) : System
SetItems ( List items ) : void
SetSortType ( ITEM_TYPE type ) : void

Method Details

ListWarehouse() public method

public ListWarehouse ( byte numberOfItems ) : System
numberOfItems byte
return System

SetItems() public method

public SetItems ( List items ) : void
items List
return void

SetSortType() public method

public SetSortType ( ITEM_TYPE type ) : void
type ITEM_TYPE
return void