1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 23:55:12 +00:00
Files
cards-database/data-asia/XYb/XY9.ts

20 lines
260 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XYb'
const set: Set = {
id: 'XY9',
name: {
ja: '破天の怒り',
ko: '천공의 분노'
},
serie: serie,
cardCount: {
official: 80
},
releaseDate: '2015-12-11'
}
export default set