C# Class wServer.logic.loot.ItemLoot

Inheritance: ILootDef
Datei anzeigen Open project: C453/OryxKingdom

Public Methods

Method Description
GetLoot ( Random rand ) : System.Item
ItemLoot ( string loot ) : System

Protected Methods

Method Description
ItemLoot ( short objType ) : System

Method Details

GetLoot() public method

public GetLoot ( Random rand ) : System.Item
rand System.Random
return System.Item

ItemLoot() protected method

protected ItemLoot ( short objType ) : System
objType short
return System

ItemLoot() public method

public ItemLoot ( string loot ) : System
loot string
return System