forked from External/mage
[refactor] removed generic parameter from Effects
This commit is contained in:
parent
c36a7331a0
commit
c5f7db441e
2040 changed files with 2264 additions and 2265 deletions
|
|
@ -55,7 +55,7 @@ import mage.players.Player;
|
|||
*/
|
||||
|
||||
|
||||
public class BecomesBasicLandTargetEffect extends ContinuousEffectImpl<BecomesBasicLandTargetEffect> {
|
||||
public class BecomesBasicLandTargetEffect extends ContinuousEffectImpl {
|
||||
|
||||
protected boolean chooseLandType;
|
||||
protected ArrayList<String> landTypes = new ArrayList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue