mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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=];
|
||||
|
||||
import java.util.UUID;[=
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.sets.[=$set=];
|
||||
|
||||
import java.util.UUID;[= if ($rarityExtended) {$OUT .= "\nimport mage.constants.Rarity;"}=]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.sets.[=$set=];
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.[=$cardNameFirstLetter=];
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
Loading…
Reference in a new issue