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…
Reference in New Issue
Block a user