Interface IGoalData
Contains the data associated with a IGoal.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface IGoalData : IActivatableData, IEntityData, ISavedDataProvider, IStaticData
Properties
amount
Returns the target progression amount for the IGoal.
Declaration
double amount { get; }
Property Value
Type | Description |
---|---|
Double |
rewardId
The Id of the reward that is associated with the IGoal. Usually this would be a IGachaReward or Currency reward.
Declaration
string rewardId { get; }
Property Value
Type | Description |
---|---|
String |