Add position to Weapon type
This commit is contained in:
parent
d83ba90f5d
commit
65e460d0e1
1 changed files with 1 additions and 0 deletions
1
src/types/Weapon.d.ts
vendored
1
src/types/Weapon.d.ts
vendored
|
|
@ -25,4 +25,5 @@ interface Weapon {
|
||||||
flb: boolean
|
flb: boolean
|
||||||
ulb: boolean
|
ulb: boolean
|
||||||
}
|
}
|
||||||
|
position?: number
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue