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
|
|
@ -43,7 +43,7 @@ import mage.game.permanent.Permanent;
|
|||
/**
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class SkipUntapTargetEffect extends ReplacementEffectImpl<SkipUntapTargetEffect> {
|
||||
public class SkipUntapTargetEffect extends ReplacementEffectImpl {
|
||||
|
||||
public SkipUntapTargetEffect(Duration duration) {
|
||||
super(duration, Outcome.Detriment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue