forked from External/mage
Finished Godsend.
This commit is contained in:
parent
9c3d9fb290
commit
6d2499e52f
2 changed files with 14 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ import mage.game.Game;
|
|||
import mage.game.permanent.Permanent;
|
||||
|
||||
public class CountersCount implements DynamicValue {
|
||||
private CounterType counter;
|
||||
private final CounterType counter;
|
||||
|
||||
public CountersCount(CounterType counter) {
|
||||
this.counter = counter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue