Class GoalTrack
Assembly: cs.temp.dll.dll
Syntax
public class GoalTrack : Track<IGoal>, IGoalTrack, ITrack, IActivatable, IEntity, IInjectable
Constructors
GoalTrack(String)
Declaration
public GoalTrack(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Properties
CurrentGoal
Declaration
public virtual IGoal CurrentGoal { get; }
Property Value
Goals
Declaration
public virtual IGoal[] Goals { get; }
Property Value
Methods
CanClaimRewards()
Declaration
public override bool CanClaimRewards()
Returns
Overrides
IdleKit.Gameplay.Track<IdleKit.Gameplay.IGoal>.CanClaimRewards()
ClaimGoal(IGoal)
Declaration
public virtual void ClaimGoal(IGoal goal)
Parameters
Type |
Name |
Description |
IGoal |
goal |
|
CompleteCurrentActivatable()
Declaration
public override void CompleteCurrentActivatable()
Overrides
IdleKit.Gameplay.Track<IdleKit.Gameplay.IGoal>.CompleteCurrentActivatable()
Implements
IInjectable