public void RecoveryEnter() { Active = true; StateNodeEntered?.Invoke(); }
public void Enter() { StateNodeEnter?.Invoke(); Active = true; StateNodeEntered?.Invoke(); }