Interface IGoalData
Contains the data associated with a IGoal.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IGoalData : IActivatableData, IEntityData, ISavedDataProvider, IData
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 |