Example #1
0
 public void SetState(GMState state)
 {
     _currentState = state;
     StartCoroutine(_currentState.Start());
 }