Ejemplo n.º 1
0
 public void SetErrorState(ErrorMsg msg)
 {
     _errorstate.SetError(msg);
     SwitchState(GameState.ErrorState);
 }