Ejemplo n.º 1
0
 private void UpdateView(ControllerState state)
 {
     _view.Render(state.ToString(_gameplay));
 }