1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

22 lines
271 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'S2a',
name: {
ja: '爆炎ウォーカー',
ko: '폭염워커'
},
serie: serie,
cardCount: {
official: 70
},
releaseDate: {
ja: '2020-04-24'
}
}
export default set