forked from External/mage
* Elves vs. Goblins - Added missing cards and exmple decks.
This commit is contained in:
parent
6456e937d6
commit
3cf7fd33ed
70 changed files with 3841 additions and 134 deletions
|
|
@ -37,8 +37,8 @@ import mage.game.Game;
|
|||
*/
|
||||
|
||||
public class MultipliedValue implements DynamicValue {
|
||||
private DynamicValue value;
|
||||
private int multplier;
|
||||
private final DynamicValue value;
|
||||
private final int multplier;
|
||||
|
||||
public MultipliedValue(DynamicValue value, int multiplier) {
|
||||
this.value = value.copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue