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