forked from External/mage
Cleanup copy methods (#11038)
* remove System.out.println * Card copy() covariant return * Effect copy() covariant return * Cost copy() covariant return * Ability copy() covariant return * ContinuousEffect copy() covariant return
This commit is contained in:
parent
948b5e2c25
commit
66cc15ed4b
71 changed files with 185 additions and 286 deletions
|
|
@ -146,7 +146,7 @@ public class OrCost implements Cost {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Cost copy() {
|
||||
public OrCost copy() {
|
||||
return new OrCost(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue