Interface IMilestoneData
Contains the IEntityData associated with a specific IMilestone.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IMilestoneData : IActivatableData, IEntityData, ISavedDataProvider, IData
Properties
CurrencyId
The ICurrency that this IMilestone will be tracking when active.
Declaration
string CurrencyId { get; }
Property Value
Type | Description |
---|---|
String |
TargetAmount
The target amount of ICurrency to collect in order to complete this IMilestone.
Declaration
double TargetAmount { get; }
Property Value
Type | Description |
---|---|
Double |