forked from External/mage
more watcher cleanup
This commit is contained in:
parent
f7d70a7b11
commit
37722a58c2
10 changed files with 15 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue