forked from External/mage
Fix imports in Exhaustion.java
This commit is contained in:
parent
74f925b579
commit
e3b5827a76
1 changed files with 1 additions and 3 deletions
|
|
@ -27,8 +27,6 @@
|
|||
*/
|
||||
package mage.sets.portalthreekingdoms;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.ContinuousEffect;
|
||||
|
|
@ -44,7 +42,7 @@ import mage.filter.predicate.mageobject.CardTypePredicate;
|
|||
import mage.game.Game;
|
||||
import mage.players.Player;
|
||||
import mage.target.common.TargetOpponent;
|
||||
import mage.target.targetpointer.FixedTargets;
|
||||
import mage.target.targetpointer.FixedTarget;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue