Implement CardFilterPanel
This commit is contained in:
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
||||
**description** | **string** | | [default to undefined]
|
||||
**name** | **string** | | [default to undefined]
|
||||
**cardPrints** | [**Set<CardPrint>**](CardPrint.md) | | [default to undefined]
|
||||
**subType** | [**SpellCardType**](SpellCardType.md) | | [default to undefined]
|
||||
**type** | [**SpellCardType**](SpellCardType.md) | | [default to undefined]
|
||||
|
||||
## Example
|
||||
|
||||
@@ -23,7 +23,7 @@ const instance: SpellCard = {
|
||||
description,
|
||||
name,
|
||||
cardPrints,
|
||||
subType,
|
||||
type,
|
||||
};
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user