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
|
|
@ -81,10 +81,10 @@ public class CastSpellLastTurnWatcher extends Watcher {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CastSpellLastTurnWatcher copy() {
|
||||
return new CastSpellLastTurnWatcher(this);
|
||||
}
|
||||
//
|
||||
// @Override
|
||||
// public CastSpellLastTurnWatcher copy() {
|
||||
// return new CastSpellLastTurnWatcher(this);
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue