mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Added missing method of spell-
This commit is contained in:
parent
5d0a94c1b9
commit
da26df4c7b
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue