Implement CardFilterPanel

This commit is contained in:
2025-07-10 21:54:55 +02:00
parent 54a4f7e08a
commit 50009b7e61
51 changed files with 3202 additions and 789 deletions

View File

@@ -64,7 +64,7 @@ export interface SpellCard {
* @type {SpellCardType}
* @memberof SpellCard
*/
'subType': SpellCardType;
'type': SpellCardType;
}