Class PlotPointsClearedAction
The IAction is triggered when all the IPlotPointData related to the current IStage have been cleared.
This is usually the results of AdvanceStage() or IContent switching.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class PlotPointsClearedAction : IAction
Constructors
PlotPointsClearedAction()
Declaration
public PlotPointsClearedAction()
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Type | Description |
---|---|
Type[] |
Properties
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
ResetAction()
Declaration
public virtual void ResetAction()