Added builder method to cards

This commit is contained in:
magenoxx 2012-06-29 10:02:02 +04:00
parent ebf8e372bd
commit 533cc69101
4 changed files with 12 additions and 1 deletions

View file

@ -468,5 +468,8 @@ public class Spell<T extends Spell<T>> implements StackObject, Card {
public boolean isCopy() {
return isCopiedSpell();
}
@Override
public void build() {}
}