forked from External/mage
Refactor: moved ManaPaidSourceWatcher to default watchers, added additional checks;
This commit is contained in:
parent
24847c1fa7
commit
560b56a391
16 changed files with 36 additions and 25 deletions
|
|
@ -169,4 +169,7 @@ public abstract class Watcher implements Serializable {
|
|||
return null;
|
||||
}
|
||||
|
||||
public WatcherScope getScope() {
|
||||
return scope;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue