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