hensei-web/types/GridWeapon.d.ts

7 lines
No EOL
138 B
TypeScript

interface GridWeapon {
id: string
mainhand: boolean
position: number | null
weapon: Weapon
uncapLevel: number | null
}