Add element, ax and weapon_keys to GridWeapon type

This commit is contained in:
Justin Edmund 2022-03-03 03:08:11 -08:00
parent 97091050fd
commit 9cef2ce89f

View file

@ -4,4 +4,7 @@ interface GridWeapon {
position: number
object: Weapon
uncap_level: number
element: number
weapon_keys?: WeaponKey[]
ax?: SimpleAxSkill[]
}