mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-13 17:22:03 +00:00
15
expansions/neo.ts
Normal file
15
expansions/neo.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: "Neo",
|
||||
code: "neo",
|
||||
sets: [
|
||||
"neo1",
|
||||
"neo2",
|
||||
"neo3",
|
||||
"neo4",
|
||||
"si1",
|
||||
]
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user