Refactor: moved ManaPaidSourceWatcher to default watchers, added additional checks;

This commit is contained in:
Oleg Agafonov 2021-07-24 16:19:24 +04:00
parent 24847c1fa7
commit 560b56a391
16 changed files with 36 additions and 25 deletions

View file

@ -169,4 +169,7 @@ public abstract class Watcher implements Serializable {
return null;
}
public WatcherScope getScope() {
return scope;
}
}