Beispiel #1
0
 public void ForceEndGame()
 {
     if (total_game_timer != null)
     {
         total_game_timer.Close();
     }
     game_app.goNextGame();
 }