forked from External/mage
initial rewrite for copy method
This commit is contained in:
parent
f74e4118e0
commit
75dbdbdd32
12 changed files with 38 additions and 49 deletions
|
|
@ -30,10 +30,6 @@ public class PlayerDamagedBySourceWatcher extends Watcher {
|
|||
this.damageSourceIds.addAll(watcher.damageSourceIds);
|
||||
}
|
||||
|
||||
@Override
|
||||
public PlayerDamagedBySourceWatcher copy() {
|
||||
return new PlayerDamagedBySourceWatcher(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void watch(GameEvent event, Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue