Update WeaponKey.d.ts
WeaponKey series is now an array
This commit is contained in:
parent
d66ee1ca27
commit
dd75cb5a72
1 changed files with 1 additions and 1 deletions
2
types/WeaponKey.d.ts
vendored
2
types/WeaponKey.d.ts
vendored
|
|
@ -7,7 +7,7 @@ interface WeaponKey {
|
|||
ja: string
|
||||
}
|
||||
slug: string
|
||||
series: integer
|
||||
series: integer[]
|
||||
slot: integer
|
||||
group: integer
|
||||
order: integer
|
||||
|
|
|
|||
Loading…
Reference in a new issue