mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
16
expansions/ecard.ts
Normal file
16
expansions/ecard.ts
Normal file
@ -0,0 +1,16 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "E-Card",
|
||||
fr: "E-Card",
|
||||
},
|
||||
code: "ecard",
|
||||
sets: [
|
||||
"ecard1",
|
||||
"ecard2",
|
||||
"ecard3",
|
||||
]
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user