mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
more cleanup of copy method/constructor (#11056)
This commit is contained in:
parent
fab00d2f27
commit
9abe115c68
23 changed files with 110 additions and 129 deletions
|
|
@ -74,7 +74,7 @@ public class DoUnlessAnyPlayerPaysManaEffect extends ManaEffect {
|
|||
}
|
||||
|
||||
@Override
|
||||
public ManaEffect copy() {
|
||||
public DoUnlessAnyPlayerPaysManaEffect copy() {
|
||||
return new DoUnlessAnyPlayerPaysManaEffect(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ public class OminousRoostBirdToken extends TokenImpl {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Token copy() {
|
||||
public OminousRoostBirdToken copy() {
|
||||
return new OminousRoostBirdToken(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue