Interface IMilestoneTrackSavedData
Inherited Members
Namespace: IdleKit.Framework
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()