Removed uncap_level from Weapon type
This commit is contained in:
parent
7f96b4c9a9
commit
3b252f99ed
1 changed files with 0 additions and 1 deletions
1
types/Weapon.d.ts
vendored
1
types/Weapon.d.ts
vendored
|
|
@ -25,6 +25,5 @@ interface Weapon {
|
|||
flb: boolean
|
||||
ulb: boolean
|
||||
}
|
||||
uncap_level: number | null
|
||||
position?: number
|
||||
}
|
||||
Loading…
Reference in a new issue