コード例 #1
0
 void GameOver()
 {
     gameOver        = true;
     gameNeedRestart = true;
     ui_controller.GameOver();
 }