mage/Utils/cardInfo.tmpl
2025-08-29 08:59:31 -05:00

7 lines
No EOL
209 B
Cheetah

/*
[=$cardName=]
[=$manaCost=]
[=$typeLine=]
[=$abilities=][= $powerToughness ? "\n $powerToughness" : "" =]
*/
private static final String [=$classNameLower=] = "[=$cardName=]";