C# Class SagaMap.Packets.Server.ListInventory

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

Public Methods

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

Method Details

ListInventory() public method

public ListInventory ( 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