Removed uncap_level from Weapon type

This commit is contained in:
Justin Edmund 2022-02-01 05:03:40 -08:00
parent 7f96b4c9a9
commit 3b252f99ed

1
types/Weapon.d.ts vendored
View file

@ -25,6 +25,5 @@ interface Weapon {
flb: boolean
ulb: boolean
}
uncap_level: number | null
position?: number
}