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

20 lines
274 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'XY2',
name: {
ja: 'ワイルドブレイズ',
ko: '와일드 블레이즈'
},
serie: serie,
cardCount: {
official: 80
},
releaseDate: '2014-03-15'
}
export default set