mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
updated card templates to remove unnecessary line at top
This commit is contained in:
parent
45aedd6027
commit
a10fa3827e
4 changed files with 0 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.cards.[=$cardNameFirstLetter=];
|
package mage.cards.[=$cardNameFirstLetter=];
|
||||||
|
|
||||||
import java.util.UUID;[=
|
import java.util.UUID;[=
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.sets.[=$set=];
|
package mage.sets.[=$set=];
|
||||||
|
|
||||||
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.constants.Rarity;"}=]
|
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.constants.Rarity;"}=]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.sets.[=$set=];
|
package mage.sets.[=$set=];
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.cards.[=$cardNameFirstLetter=];
|
package mage.cards.[=$cardNameFirstLetter=];
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue