Add position to Weapon type

This commit is contained in:
Justin Edmund 2020-09-16 03:44:44 -07:00
parent d83ba90f5d
commit 65e460d0e1

View file

@ -25,4 +25,5 @@ interface Weapon {
flb: boolean
ulb: boolean
}
position?: number
}