forked from External/mage
[refactor] moved enums from Constants class
This commit is contained in:
parent
4d16535709
commit
0bb110be45
7372 changed files with 28700 additions and 27583 deletions
|
|
@ -28,10 +28,10 @@
|
|||
|
||||
package mage.game.stack;
|
||||
|
||||
import mage.Constants.AbilityType;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.EffectType;
|
||||
import mage.Constants.Zone;
|
||||
import mage.constants.AbilityType;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.EffectType;
|
||||
import mage.constants.Zone;
|
||||
import mage.MageInt;
|
||||
import mage.MageObject;
|
||||
import mage.ObjectColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue