Valens-AIO/config/ts/weapons.ts

15 lines
253 B
TypeScript
Raw Normal View History

export interface WeaponsConfig
{
malfunctions: Malfunctions
recoilTweaks: boolean
smgInHolsters: boolean
}
export interface Malfunctions
{
jam: boolean
misfeed: boolean
misfire: boolean
overheat: boolean
slide: boolean
}