Ejemplo n.º 1
0
 public void AddAllStateListener(UnityAction action)
 {
     _gameStateMachine.AddTransitionListener(action);
 }