Class PurchaseItemQuantity
Represents an amount of currency/inventory items associated with a purchase. Each one relates to a single currency/inventory item type (for example 4 swords, 10 gold etc.).
Inheritance
PurchaseItemQuantity
Syntax
[Preserve]
public class PurchaseItemQuantity
Constructors
PurchaseItemQuantity()
Declaration
[Preserve]
public PurchaseItemQuantity()
Fields
Amount
Declaration
[Preserve]
public int Amount
Field Value
Item
Declaration
[Preserve]
public EconomyReference Item
Field Value