- CheckStyle.

This commit is contained in:
Chris
2012-11-11 15:21:05 +00:00
parent 0bb91bb8d0
commit b28cadb05b

View File

@@ -5,7 +5,7 @@ import forge.card.spellability.SpellAbility;
import forge.game.player.Player;
public class AnimateAllAi extends SpellAiLogic {
@Override
protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) {
return false;
@@ -16,4 +16,4 @@ public class AnimateAllAi extends SpellAiLogic {
return false;
}
} // end class AbilityFactoryAnimate
} // end class AbilityFactoryAnimate