Class CashDefinition
Represents the definition of a cash type. NOTE: This is not the instance of cash, but the definition itself.
public class CashDefinition : ItemDefinition
- Inheritance
-
CashDefinition
- Inherited Members
- Extension Methods
Methods
CreateInstance(int)
Creates an instance of the cash definition in-game.
public override ItemInstance CreateInstance(int quantity = 1)
Parameters
quantityint