Compilation fix.

This commit is contained in:
magenoxx 2011-06-22 09:38:40 +04:00
parent 65690c1b53
commit 56a314a203

View file

@ -28,26 +28,23 @@
package mage.sets.scarsofmirrodin;
import java.util.UUID;
import mage.Constants;
import mage.Constants.CardType;
import mage.Constants.Rarity;
import mage.MageInt;
import mage.abilities.TriggeredAbilityImpl;
import mage.abilities.effects.Effect;
import mage.abilities.effects.OneShotEffect;
import mage.abilities.effects.common.DamageTargetEffect;
import mage.cards.CardImpl;
import mage.game.Game;
import mage.game.events.GameEvent;
import mage.game.events.ZoneChangeEvent;
import mage.game.permanent.Permanent;
import mage.players.Player;
import mage.target.targetpointer.FixedTarget;
import mage.watchers.Watcher;
import mage.watchers.WatcherImpl;
import sun.net.www.protocol.http.NTLMAuthenticationCallback;
import java.util.UUID;
/**
* @author Loki