Struct CurrencyAmount
A wrapper class that contains a ICurrency and its amount.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public struct CurrencyAmount
Constructors
CurrencyAmount(String, Double, Boolean)
Declaration
public CurrencyAmount(string currencyId, double amount, bool setAvailable = false)
Parameters
Type | Name | Description |
---|---|---|
String | currencyId | |
Double | amount | |
Boolean | setAvailable |
Fields
Amount
Declaration
public double Amount
Field Value
Type | Description |
---|---|
Double |
CurrencyId
Declaration
public string CurrencyId
Field Value
Type | Description |
---|---|
String |
SetAvailable
Declaration
public bool SetAvailable
Field Value
Type | Description |
---|---|
Boolean |
Methods
Cleanup()
Declaration
public void Cleanup()