more watcher cleanup

This commit is contained in:
xenohedron 2023-11-29 20:32:36 -05:00
parent f7d70a7b11
commit 37722a58c2
10 changed files with 15 additions and 10 deletions

View file

@ -21,6 +21,9 @@ public class PlayerLostLifeWatcher extends Watcher {
private final Map<UUID, Integer> amountOfLifeLostThisTurn = new HashMap<>();
private final Map<UUID, Integer> amountOfLifeLostLastTurn = new HashMap<>();
/**
* Game default watcher
*/
public PlayerLostLifeWatcher() {
super(WatcherScope.GAME);
}