mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +00:00
11
expansions/sunMoon.ts
Normal file
11
expansions/sunMoon.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Sun & Moon",
|
||||
fr: "Soleil & Lune",
|
||||
},
|
||||
code: "pl"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user