Interface ICurrencySavedData
Saved data for ICurrency.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ICurrencySavedData : ISavedData, IInjectable, IUnlockableSavedData
Properties
Amount
The amount of ICurrency.
Declaration
double Amount { get; }
Property Value
| Type | Description |
|---|---|
| Double |
Methods
SetAmount(Double)
Set the amount of ICurrency.
Declaration
void SetAmount(double amount)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | amount |