Interface IMilestoneTrackSavedData
The ISavedData associated with the IMilestoneTrack
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IMilestoneTrackSavedData : ITrackSavedData, ISavedData, IInjectable
Properties
AreRewardsClaimed
Returns true if the rewards for this IMilestoneTrack have been claimed.
Declaration
bool AreRewardsClaimed { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsComplete
Returns true if the associated IMilestoneTrack has been completed.
Declaration
bool IsComplete { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
SetRewardsClaimed()
Sets AreRewardsClaimed to true.
Declaration
void SetRewardsClaimed()
SetTrackComplete()
Sets IsComplete to true.
Declaration
void SetTrackComplete()