C# Class Server.Menus.ItemLists.ItemListEntry

ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
ItemListEntry ( string name, int itemID ) : Server.Network
ItemListEntry ( string name, int itemID, int hue ) : Server.Network

Method Details

ItemListEntry() public method

public ItemListEntry ( string name, int itemID ) : Server.Network
name string
itemID int
return Server.Network

ItemListEntry() public method

public ItemListEntry ( string name, int itemID, int hue ) : Server.Network
name string
itemID int
hue int
return Server.Network