コード例 #1
0
ファイル: BattleView.java プロジェクト: adfuhr/JPokemon
 private void exit(BattleEndException e) {
   Driver.log(
       BattleView.class, "Battle ended code=" + e.getExitStatus() + ". " + e.getExitDescription());
   game.showMain();
 }