Ejemplo n.º 1
0
 public void SetState(TurnState state)
 {
     currentState = state;
     StartCoroutine(currentState.Begin());
 }