mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
11
expansions/swordShield.ts
Normal file
11
expansions/swordShield.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Sword & Shield",
|
||||
fr: "Épée & Bouclier",
|
||||
},
|
||||
code: "swsh"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user