updated card template (fixed imports order)

This commit is contained in:
North 2013-06-16 15:31:21 +03:00
parent 1d4b3a2be6
commit c9b736bec8

View file

@ -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;
/**
*