Class GoalReadyToClaimActivationCondition
Inheritance
GoalReadyToClaimActivationCondition
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class GoalReadyToClaimActivationCondition : BasePlotPointActivationCondition<GoalReadyToClaimActivationConditionData>, IPlotPointActivationCondition, IInjectable
Constructors
GoalReadyToClaimActivationCondition(String)
Declaration
public GoalReadyToClaimActivationCondition(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
Methods
OnGoalProgress(ProgressGoalStateAction)
Declaration
protected virtual void OnGoalProgress(ProgressGoalStateAction goalProgressedAction)
Parameters
Type | Name | Description |
---|---|---|
ProgressGoalStateAction | goalProgressedAction |
Subscribe()
Declaration
public override void Subscribe()
Overrides
IdleKit.Gameplay.BasePlotPointActivationCondition<IdleKit.Gameplay.GoalReadyToClaimActivationConditionData>.Subscribe()
Unsubscribe()
Declaration
public override void Unsubscribe()
Overrides
IdleKit.Gameplay.BasePlotPointActivationCondition<IdleKit.Gameplay.GoalReadyToClaimActivationConditionData>.Unsubscribe()
Implements
IInjectable