mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix imports in LeaveNoTrace.java
This commit is contained in:
parent
c25fd63a40
commit
eb50790b97
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ import mage.filter.FilterPermanent;
|
||||||
import mage.filter.predicate.mageobject.CardTypePredicate;
|
import mage.filter.predicate.mageobject.CardTypePredicate;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
import mage.game.permanent.Permanent;
|
import mage.game.permanent.Permanent;
|
||||||
import mage.target.TargetPermanent;
|
import mage.target.common.TargetEnchantmentPermanent;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Loki
|
* @author Loki
|
||||||
|
@ -108,4 +108,4 @@ class LeaveNoTraceEffect extends OneShotEffect {
|
||||||
public LeaveNoTraceEffect copy() {
|
public LeaveNoTraceEffect copy() {
|
||||||
return new LeaveNoTraceEffect(this);
|
return new LeaveNoTraceEffect(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue