Added missing method of spell-

This commit is contained in:
LevelX2 2015-02-01 16:03:03 +01:00
parent 5d0a94c1b9
commit da26df4c7b

View file

@ -900,6 +900,11 @@ public class Spell implements StackObject, Card {
throw new UnsupportedOperationException("Unsupported operation");
}
@Override
public void updateZoneChangeCounter() {
throw new UnsupportedOperationException("Unsupported operation");
}
@Override
public Ability getStackAbility() {
return this.ability;