forked from External/mage
Cyclopean Tomb - Update.
This commit is contained in:
parent
cebfadbf34
commit
ecc18072cf
177 changed files with 581 additions and 646 deletions
|
|
@ -157,9 +157,9 @@ public interface Card extends MageObject {
|
|||
|
||||
Counters getCounters(GameState state);
|
||||
|
||||
boolean addCounters(Counter counter, Game game);
|
||||
boolean addCounters(Counter counter, Ability source, Game game);
|
||||
|
||||
boolean addCounters(Counter counter, Game game, ArrayList<UUID> appliedEffects);
|
||||
boolean addCounters(Counter counter, Ability source, Game game, ArrayList<UUID> appliedEffects);
|
||||
|
||||
void removeCounters(String name, int amount, Game game);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue