0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:10:44 -05:00

make property optional

This commit is contained in:
Dev 2023-06-06 16:35:10 +01:00
parent 408147b8b0
commit 709817d4fe

View File

@ -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