Class PassiveGoalTrack
Inheritance
PassiveGoalTrack
Assembly: cs.temp.dll.dll
Syntax
public class PassiveGoalTrack : GoalTrack, IGoalTrack, ITrack, IActivatable, IEntity, IInjectable
Constructors
PassiveGoalTrack(String)
Declaration
public PassiveGoalTrack(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Methods
ActivateCurrentActivatable()
Declaration
protected override void ActivateCurrentActivatable()
Overrides
IdleKit.Gameplay.Track<IdleKit.Gameplay.IGoal>.ActivateCurrentActivatable()
CanClaimRewards()
Declaration
public override bool CanClaimRewards()
Returns
Overrides
ClaimGoal(IGoal)
Declaration
public override void ClaimGoal(IGoal goal)
Parameters
Type |
Name |
Description |
IGoal |
goal |
|
Overrides
Cleanup(IEntityLoaderService)
Declaration
public override void Cleanup(IEntityLoaderService entityLoaderService)
Parameters
Overrides
IdleKit.Gameplay.Track<IdleKit.Gameplay.IGoal>.Cleanup(IdleKit.Gameplay.IEntityLoaderService)
OnProgressGoal(ProgressGoalStateAction)
Declaration
protected virtual void OnProgressGoal(ProgressGoalStateAction progressGoalStateAction)
Parameters
Implements
IInjectable