Ejemplo n.º 1
0
 private void exit(BattleEndException e) {
   Driver.log(
       BattleView.class, "Battle ended code=" + e.getExitStatus() + ". " + e.getExitDescription());
   game.showMain();
 }