mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Added getCounters(Game game) for PermanentImpl.
This commit is contained in:
parent
78201f5511
commit
d5963642b1
1 changed files with 5 additions and 0 deletions
|
|
@ -325,6 +325,11 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
return counters;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Counters getCounters(Game game) {
|
||||
return counters;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addCounters(String name, int amount, Game game) {
|
||||
addCounters(name, amount, game, null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue