forked from External/mage
remove unused method Card.build()
This commit is contained in:
parent
e40329e6e2
commit
592cd55518
15 changed files with 0 additions and 49 deletions
|
|
@ -840,10 +840,6 @@ public class Spell extends StackObjImpl implements Card {
|
|||
return isCopiedSpell();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void build() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Counters getCounters(Game game) {
|
||||
return card.getCounters(game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue