1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-28 13:52:13 +00:00
cards-database/data/Platinum/Pokémon Rumble.ts

20 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Platinum'
const ru1: Set = {
id: "ru1",
name: {
en: "Pokémon Rumble",
},
serie: serie,
cardCount: {
total: 16,
official: 16
},
releaseDate: "2009-12-02"
}
export default ru1