コード例 #1
0
 public void tick() {
   timer.tick();
   if (timer.getTime() == 0) {
     game.state = Game.STATE.LOSE;
   }
 }