forked from External/mage
parent
6939886680
commit
95481cd736
8 changed files with 42 additions and 28 deletions
|
|
@ -366,6 +366,11 @@ public interface Ability extends Controllable, Serializable {
|
|||
|
||||
List<Watcher> getWatchers();
|
||||
|
||||
/**
|
||||
* Add watcher blueprint (real watcher will be created on card/ability init)
|
||||
*
|
||||
* @param watcher
|
||||
*/
|
||||
void addWatcher(Watcher watcher);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue