This bug was caused primarily by us using the wrong key in the type definition.
7 lines
No EOL
125 B
TypeScript
7 lines
No EOL
125 B
TypeScript
interface GridWeapon {
|
|
id: string
|
|
mainhand: boolean
|
|
position: number
|
|
weapon: Weapon
|
|
uncap_level: number
|
|
} |