Add slug to WeaponKey type

This commit is contained in:
Justin Edmund 2022-12-24 01:07:16 -08:00
parent a50804a33b
commit ea02474bd2

View file

@ -5,6 +5,7 @@ interface WeaponKey {
en: string en: string
ja: string ja: string
} }
slug: string
series: integer series: integer
slot: integer slot: integer
group: integer group: integer