Add element, ax and weapon_keys to GridWeapon type
This commit is contained in:
parent
97091050fd
commit
9cef2ce89f
1 changed files with 3 additions and 0 deletions
3
types/GridWeapon.d.ts
vendored
3
types/GridWeapon.d.ts
vendored
|
|
@ -4,4 +4,7 @@ interface GridWeapon {
|
||||||
position: number
|
position: number
|
||||||
object: Weapon
|
object: Weapon
|
||||||
uncap_level: number
|
uncap_level: number
|
||||||
|
element: number
|
||||||
|
weapon_keys?: WeaponKey[]
|
||||||
|
ax?: SimpleAxSkill[]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue