mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 08:50:43 -05:00
make property optional
This commit is contained in:
parent
408147b8b0
commit
709817d4fe
@ -382,7 +382,7 @@ export interface Props
|
|||||||
ExplosionEffectType?: string
|
ExplosionEffectType?: string
|
||||||
LinkedWeapon?: string
|
LinkedWeapon?: string
|
||||||
UseAmmoWithoutShell?: boolean
|
UseAmmoWithoutShell?: boolean
|
||||||
RandomLootSettings: IRandomLootSettings
|
RandomLootSettings?: IRandomLootSettings
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IHealthEffect
|
export interface IHealthEffect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user