forked from External/mage
Added builder method to cards
This commit is contained in:
parent
ebf8e372bd
commit
533cc69101
4 changed files with 12 additions and 1 deletions
|
|
@ -468,5 +468,8 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
|
|||
public boolean isCopy() {
|
||||
return isCopiedSpell();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void build() {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue