mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fixed card templates
This commit is contained in:
parent
0b3cbdecb1
commit
e49907df94
2 changed files with 1 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ import mage.constants.Rarity;
|
|||
*
|
||||
* @author [=$author=]
|
||||
*/
|
||||
public class [=$className=] extends CardImpl<[=$className=]> {
|
||||
public class [=$className=] extends CardImpl {
|
||||
|
||||
public [=$className=](UUID ownerId) {
|
||||
super(ownerId, [=$cardNumber=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manaCost=]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue