Beispiel #1
0
 private void OnRestartButtonClick()
 {
     _gameOverScreen.Close();
     _wallGenerator.ResetPool();
     StartGame();
 }