Class OfflineAction
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class OfflineAction : IAction
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Type | Description |
---|---|
Type[] |
Properties
TimerListeners
Declaration
public ITimerListener[] TimerListeners { get; set; }
Property Value
Type | Description |
---|---|
ITimerListener[] |
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
ResetAction()
Declaration
public virtual void ResetAction()