forked from External/mage
[CMM] Implement Nyxborn Behemoth (#10670)
* [CMM] Implement Nyxborn Behemoth Regroup the different dynamic values for "total mana value of [FILTER]" under a shared class. * refactor hints inside TotalPermanentsManaValue * apply review on TotalPermanentsManaValue->copy
This commit is contained in:
parent
9eb7e2870e
commit
c4f13be87f
8 changed files with 197 additions and 152 deletions
|
|
@ -28,7 +28,7 @@ public class ValueHint implements Hint {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Hint copy() {
|
||||
public ValueHint copy() {
|
||||
return new ValueHint(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue