1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-17 17:00:08 -09:00

small change

This commit is contained in:
Evan Kranzler 2017-09-07 18:20:16 -04:00
parent c150c1adae
commit e21f6aacde

View file

@ -37,6 +37,9 @@ if ($power || $power eq 0) {
if ($hasSubTypes eq 'true') {
$OUT .="\nimport mage.constants.SubType;"
}
if ($hasSuperTypes eq 'true') {
$OUT .="\nimport mage.constants.SuperType;"
}
}
=][=$abilitiesImports=]
import mage.cards.CardImpl;