mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
removed imports (was breaking build)
This commit is contained in:
parent
b76c0e5b16
commit
52b4858f99
1 changed files with 0 additions and 2 deletions
|
@ -30,14 +30,12 @@ package mage.sets.mirrodinbesieged;
|
|||
|
||||
import java.util.UUID;
|
||||
|
||||
import com.sun.xml.internal.ws.encoding.fastinfoset.FastInfosetCodec;
|
||||
import mage.Constants;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.effects.OneShotEffect;
|
||||
import mage.abilities.effects.common.ShuffleSpellEffect;
|
||||
import mage.abilities.effects.common.counter.AddCountersControllerEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.counters.CounterType;
|
||||
import mage.game.Game;
|
||||
|
|
Loading…
Reference in a new issue