mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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=];
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue