mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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=];
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;[=
|
||||
import java.util.UUID;[=
|
||||
if ($power || $power eq 0) {
|
||||
$OUT .= "\nimport mage.MageInt;"
|
||||
}
|
||||
=][=$abilitiesImports=]
|
||||
import mage.cards.CardImpl;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue