Ejemplo n.º 1
0
 private void EndGame(string endGameText)
 {
     gamePaused = true;
     modalPanel.Choise(endGameText, quitAction);
 }