Exemplo n.º 1
0
 public void PreModelUpdate()
 {
     if (_gameWindow.QuitGameButton.Get)
     {
         _applicationModel.QuitGame();
     }
 }