mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
commit
cc9f036c89
25 changed files with 1812 additions and 5 deletions
|
|
@ -51,8 +51,8 @@ public class CardsInAllGraveyardsCount implements DynamicValue {
|
|||
this.filter = filter;
|
||||
}
|
||||
|
||||
private CardsInAllGraveyardsCount(CardsInAllGraveyardsCount dynamicValue) {
|
||||
this.filter = dynamicValue.filter;
|
||||
public CardsInAllGraveyardsCount(CardsInAllGraveyardsCount dynamicValue) {
|
||||
this.filter = dynamicValue.filter.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue