예제 #1
0
 private void GameOver()
 {
     _gameOver = true;
     ShowLeftOverTools();
     UImanager.DisPlayTimeOut();
 }