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

20 lines
254 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'S3',
name: {
ja: 'ムゲンゾーン',
ko: '무한존'
},
serie: serie,
cardCount: {
official: 100
},
releaseDate: '2020-06-05'
}
export default set