Finished Godsend.

This commit is contained in:
LevelX2 2014-04-09 00:27:35 +02:00
parent 9c3d9fb290
commit 6d2499e52f
2 changed files with 14 additions and 7 deletions

View file

@ -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;