This commit is contained in:
BetaSteward 2010-04-16 03:34:16 +00:00
parent 4e6bfb29ee
commit 31062be41c

View file

@ -90,9 +90,4 @@ public class EntersBattlefieldEffect extends ReplacementEffectImpl {
return "When {this} enters the battlefield, " + baseEffects.getText();
}
@Override
public boolean apply(Layer layer, SubLayer sublayer, Game game) {
throw new UnsupportedOperationException("Not supported yet.");
}
}