Esempio n. 1
0
 public void RecoveryEnter()
 {
     Active = true;
     StateNodeEntered?.Invoke();
 }
Esempio n. 2
0
 public void Enter()
 {
     StateNodeEnter?.Invoke();
     Active = true;
     StateNodeEntered?.Invoke();
 }