initial rewrite for copy method

This commit is contained in:
Ingmar Goudt 2019-03-19 23:35:38 +01:00
parent f74e4118e0
commit 75dbdbdd32
12 changed files with 38 additions and 49 deletions

View file

@ -75,8 +75,8 @@ public class PlayerLostLifeWatcher extends Watcher {
amountOfLifeLostThisTurn.clear();
}
@Override
public PlayerLostLifeWatcher copy() {
return new PlayerLostLifeWatcher(this);
}
// @Override
// public PlayerLostLifeWatcher copy() {
// return new PlayerLostLifeWatcher(this);
// }
}