mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +00:00
10
expansions/callOfLegends.ts
Normal file
10
expansions/callOfLegends.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Call of Legends"
|
||||
},
|
||||
code: "col"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user