mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
remove imports
This commit is contained in:
parent
f9a5bc59c3
commit
801aa98430
1 changed files with 2 additions and 5 deletions
|
@ -27,11 +27,7 @@
|
||||||
*/
|
*/
|
||||||
package mage.cards.g;
|
package mage.cards.g;
|
||||||
|
|
||||||
import java.util.UUID;
|
|
||||||
import mage.abilities.Ability;
|
import mage.abilities.Ability;
|
||||||
import mage.abilities.common.EntersBattlefieldControlledTriggeredAbility;
|
|
||||||
import mage.abilities.common.LeavesBattlefieldAllTriggeredAbility;
|
|
||||||
import mage.abilities.common.LeavesBattlefieldTriggeredAbility;
|
|
||||||
import mage.abilities.common.PutIntoGraveFromBattlefieldAllTriggeredAbility;
|
import mage.abilities.common.PutIntoGraveFromBattlefieldAllTriggeredAbility;
|
||||||
import mage.abilities.condition.common.CardsInControllerGraveCondition;
|
import mage.abilities.condition.common.CardsInControllerGraveCondition;
|
||||||
import mage.abilities.costs.common.SacrificeSourceCost;
|
import mage.abilities.costs.common.SacrificeSourceCost;
|
||||||
|
@ -62,8 +58,9 @@ import mage.target.common.TargetCardInHand;
|
||||||
import mage.target.common.TargetCardInLibrary;
|
import mage.target.common.TargetCardInLibrary;
|
||||||
import mage.target.common.TargetCardInYourGraveyard;
|
import mage.target.common.TargetCardInYourGraveyard;
|
||||||
|
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* @author LevelX2
|
* @author LevelX2
|
||||||
*/
|
*/
|
||||||
public class GateToTheAfterlife extends CardImpl {
|
public class GateToTheAfterlife extends CardImpl {
|
||||||
|
|
Loading…
Reference in a new issue