From 9cef2ce89f2f6e6c0062d363a351817e45b62279 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 03:08:11 -0800 Subject: [PATCH] Add element, ax and weapon_keys to GridWeapon type --- types/GridWeapon.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/GridWeapon.d.ts b/types/GridWeapon.d.ts index f2d7dd37..954812ac 100644 --- a/types/GridWeapon.d.ts +++ b/types/GridWeapon.d.ts @@ -4,4 +4,7 @@ interface GridWeapon { position: number object: Weapon uncap_level: number + element: number + weapon_keys?: WeaponKey[] + ax?: SimpleAxSkill[] } \ No newline at end of file