Ejemplo n.º 1
0
 protected void onTurnStopped() throws FightException {
   AppendableFightHandlerAction action = new AppendableFightHandlerAction();
   for (IFighter fighter : fighters) {
     fighter.getGlyphes().onTurnStopped(action);
   }
   foreach(action);
 }