forked from External/mage
add doc comments for usage of default watchers
This commit is contained in:
parent
a4cc086775
commit
1ac4fe4e4a
11 changed files with 28 additions and 6 deletions
|
|
@ -17,6 +17,9 @@ public class EndStepCountWatcher extends Watcher {
|
|||
|
||||
private final Map<UUID, Integer> playerMap = new HashMap<>();
|
||||
|
||||
/**
|
||||
* Game default watcher
|
||||
*/
|
||||
public EndStepCountWatcher() {
|
||||
super(WatcherScope.GAME);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue