Interface IActionConstructor
- Namespace
- ProjectL.GameScene.ActionHandling
- Assembly
- Assembly-CSharp.dll
public interface IActionConstructor
Methods
ApplyActionModification<T>(IActionModification<T>)
void ApplyActionModification<T>(IActionModification<T> change) where T : GameAction
Parameters
change
IActionModification<T>
Type Parameters
T
GetAction<T>()
T? GetAction<T>() where T : GameAction
Returns
- T
Type Parameters
T
Reset()
void Reset()