moved Watchers to Ability and moved Counters to CardState

This commit is contained in:
betasteward 2015-03-01 21:17:23 -05:00
parent 620a3b9a52
commit 632573fc3e
204 changed files with 1516 additions and 347 deletions

View file

@ -50,6 +50,7 @@ import mage.game.Game;
import mage.players.Player;
import mage.target.Target;
import mage.target.Targets;
import mage.watchers.Watcher;
/**
* Practically everything in the game is started from an Ability. This
@ -360,6 +361,9 @@ public interface Ability extends Controllable, Serializable {
boolean canChooseTarget(Game game);
List<Watcher> getWatchers();
void addWatcher(Watcher watcher);
/**
* Returns true if this abilities source is in the zone for the ability
*