Removed getArt and everything related to it.

This commit is contained in:
North 2011-05-30 00:07:02 +03:00
parent 84b79000ff
commit 569191a55a
540 changed files with 158 additions and 2858 deletions

View file

@ -244,11 +244,6 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
return card.getOwnerId();
}
@Override
public String getArt() {
return card.getArt();
}
@Override
public void addAbility(Ability ability) {}