forked from External/mage
[refactor] removed generic parameter from remaining Effect classes
This commit is contained in:
parent
e2c7fdf121
commit
99854be1fb
219 changed files with 224 additions and 227 deletions
|
|
@ -43,7 +43,7 @@ import mage.game.permanent.Permanent;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class BoostSourceWhileControlsEffect extends WhileConditionContiniousEffect<BoostSourceWhileControlsEffect> {
|
||||
public class BoostSourceWhileControlsEffect extends WhileConditionContiniousEffect {
|
||||
|
||||
private int power;
|
||||
private int toughness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue