mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Sorted imports
This commit is contained in:
parent
f8d7d7d7ab
commit
fbe524794d
1 changed files with 1 additions and 1 deletions
|
@ -40,9 +40,9 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
import mage.constants.Outcome;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.predicate.ObjectPlayer;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.filter.predicate.ObjectPlayer;
|
||||
import mage.players.Player;
|
||||
import mage.target.common.TargetCreaturePermanent;
|
||||
import mage.target.common.TargetOpponentsCreaturePermanent;
|
||||
|
|
Loading…
Reference in a new issue