add doc comments for usage of default watchers

This commit is contained in:
xenohedron 2023-11-29 20:57:12 -05:00
parent a4cc086775
commit 1ac4fe4e4a
11 changed files with 28 additions and 6 deletions

View file

@ -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);
}