Class ModifierAction
The base type for all IModifier and IModifierService related IAction
Inheritance
ModifierAction
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class ModifierAction : IAction
Fields
_typesToDispatchAs
Declaration
protected Type[] _typesToDispatchAs
Field Value
Type | Description |
---|---|
Type[] |
Properties
Modifier
The IModifier that began production
Declaration
public IModifier Modifier { get; set; }
Property Value
Type | Description |
---|---|
IModifier |
TypesToDispatchAs
Declaration
public virtual Type[] TypesToDispatchAs { get; }
Property Value
Type | Description |
---|---|
Type[] |
Methods
ResetAction()
Declaration
public virtual void ResetAction()