mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
14
expansions/gym.ts
Normal file
14
expansions/gym.ts
Normal file
@ -0,0 +1,14 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Sword & Shield"
|
||||
},
|
||||
code: "gym",
|
||||
sets: [
|
||||
"gym1",
|
||||
"gym2",
|
||||
]
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user