hensei-web/types/GridWeapon.d.ts
Justin Edmund 41f6dcb615 Fix uncap level display bug
This bug was caused primarily by us using the wrong key in the type definition.
2022-02-01 14:15:38 -08:00

7 lines
No EOL
125 B
TypeScript

interface GridWeapon {
id: string
mainhand: boolean
position: number
weapon: Weapon
uncap_level: number
}