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
|
|
@ -13,7 +13,7 @@ import mage.game.permanent.Permanent;
|
|||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
public class BoostOpponentsEffect extends ContinuousEffectImpl<BoostOpponentsEffect> {
|
||||
public class BoostOpponentsEffect extends ContinuousEffectImpl {
|
||||
protected int power;
|
||||
protected int toughness;
|
||||
protected FilterCreaturePermanent filter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue