mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
updated card template (fixed imports order)
This commit is contained in:
parent
1d4b3a2be6
commit
c9b736bec8
1 changed files with 3 additions and 3 deletions
|
|
@ -27,14 +27,14 @@
|
||||||
*/
|
*/
|
||||||
package mage.sets.[=$set=];
|
package mage.sets.[=$set=];
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;[=
|
||||||
import mage.constants.CardType;
|
|
||||||
import mage.constants.Rarity;[=
|
|
||||||
if ($power || $power eq 0) {
|
if ($power || $power eq 0) {
|
||||||
$OUT .= "\nimport mage.MageInt;"
|
$OUT .= "\nimport mage.MageInt;"
|
||||||
}
|
}
|
||||||
=][=$abilitiesImports=]
|
=][=$abilitiesImports=]
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
|
import mage.constants.CardType;
|
||||||
|
import mage.constants.Rarity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue