コード例 #1
0
ファイル: Game.cs プロジェクト: OVAnohin/HWPracticum
 private void OnRestartButtonClick()
 {
     _gameOverScreen.Close();
     _wallGenerator.ResetPool();
     StartGame();
 }