Class CollectionPurchaseInfo
A CollectionPurchaseInfo contains the Id for a IUpgradeableCurrency and the number of times it has been purchased in the IStoreUpgradeableCurrencyCollection. This info is used to calculate the ramping cost of the IUpgradeableCurrency while it is available for purchase.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class CollectionPurchaseInfo
Constructors
CollectionPurchaseInfo(String)
Declaration
public CollectionPurchaseInfo(string upgradeableCurrencyId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | upgradeableCurrencyId |
Fields
NumPurchased
Declaration
public int NumPurchased
Field Value
| Type | Description |
|---|---|
| Int32 |
UpgradeableCurrencyId
Declaration
public string UpgradeableCurrencyId
Field Value
| Type | Description |
|---|---|
| String |