mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
[cleanup] removed unused imports
This commit is contained in:
parent
8f6253c1fc
commit
a3411f2486
28 changed files with 0 additions and 53 deletions
|
|
@ -34,7 +34,6 @@ import mage.abilities.effects.Effect;
|
|||
import mage.abilities.keyword.CyclingAbility;
|
||||
import mage.game.Game;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.stack.StackAbility;
|
||||
import mage.game.stack.StackObject;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ import mage.abilities.common.SimpleStaticAbility;
|
|||
import mage.abilities.costs.AdjustingSourceCosts;
|
||||
import mage.abilities.costs.mana.ManaCosts;
|
||||
import mage.abilities.costs.mana.ManaCostsImpl;
|
||||
import mage.cards.Card;
|
||||
import mage.choices.Choice;
|
||||
import mage.choices.ChoiceImpl;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
package mage.abilities.keyword;
|
||||
|
||||
import mage.Constants;
|
||||
import mage.MageObject;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.MageSingleton;
|
||||
import mage.abilities.common.SimpleStaticAbility;
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ package mage.cards.decks.importer;
|
|||
import java.util.Date;
|
||||
import java.util.GregorianCalendar;
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.cards.Sets;
|
||||
import mage.cards.decks.DeckCardLists;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue