mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Added missing imports, imports reorg.
This commit is contained in:
parent
464949476c
commit
cd6c7623ed
9811 changed files with 36985 additions and 45042 deletions
|
|
@ -6,7 +6,7 @@ import mage.cards.Card;
|
|||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.FilterCard;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.filter.predicate.mageobject.NamePredicate;
|
||||
import mage.game.permanent.Permanent;
|
||||
import org.apache.log4j.Logger;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ package org.mage.test.cards.copy;
|
|||
import mage.abilities.keyword.HasteAbility;
|
||||
import mage.constants.PhaseStep;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.permanent.PermanentToken;
|
||||
import org.junit.Assert;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue