mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
@ -2,10 +2,18 @@ import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Platinum",
|
||||
en: "Platinium",
|
||||
fr: "Platine"
|
||||
},
|
||||
code: "pl"
|
||||
code: "pl",
|
||||
|
||||
sets: [
|
||||
"pl1",
|
||||
"pl2",
|
||||
"pl3",
|
||||
"pl4",
|
||||
"ru1",
|
||||
]
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user