예제 #1
0
 public GameOver(DeepDiveTypingGame game) {
   this.game = game;
   Sounds.playPlayerDies();
   game.selected = this;
   game.stopTimer();
   doAnalytics(game);
 }