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