mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Remove some unused imports
This commit is contained in:
parent
98e38fd7a6
commit
23d0420c95
1 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
package mage.abilities.effects.common;
|
||||
|
||||
import mage.MageObject;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.dynamicvalue.DynamicValue;
|
||||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
|
|
@ -15,9 +14,7 @@ import mage.players.Player;
|
|||
import mage.target.targetpointer.FixedTargets;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class ExileTopXMayPlayUntilEffect extends OneShotEffect {
|
||||
|
||||
|
|
@ -87,5 +84,4 @@ public class ExileTopXMayPlayUntilEffect extends OneShotEffect {
|
|||
}
|
||||
this.staticText = text;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue