mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
[refactor] removed generic parameter from Game classes
This commit is contained in:
parent
4fd248c4f8
commit
9324e93868
27 changed files with 32 additions and 37 deletions
|
|
@ -138,7 +138,7 @@ class PrimalClayEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
}
|
||||
|
||||
class PrimalClayChoice extends ChoiceImpl<PrimalClayChoice> {
|
||||
class PrimalClayChoice extends ChoiceImpl {
|
||||
PrimalClayChoice() {
|
||||
super(true);
|
||||
this.setMessage("Choose for Primal Clay to be");
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ class PrimalPlasmaEffect extends ContinuousEffectImpl {
|
|||
return new PrimalPlasmaEffect(this);
|
||||
}
|
||||
}
|
||||
class PrimalPlasmaChoice extends ChoiceImpl<PrimalPlasmaChoice> {
|
||||
class PrimalPlasmaChoice extends ChoiceImpl {
|
||||
PrimalPlasmaChoice() {
|
||||
super(true);
|
||||
this.choices.add("a 3/3 creature");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue