From 709817d4fe5ba3d97a647b13d8d6af80cd76e75a Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 6 Jun 2023 16:35:10 +0100 Subject: [PATCH] make property optional --- project/src/models/eft/common/tables/ITemplateItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/models/eft/common/tables/ITemplateItem.ts b/project/src/models/eft/common/tables/ITemplateItem.ts index 6f93b3a6..9a9cb218 100644 --- a/project/src/models/eft/common/tables/ITemplateItem.ts +++ b/project/src/models/eft/common/tables/ITemplateItem.ts @@ -382,7 +382,7 @@ export interface Props ExplosionEffectType?: string LinkedWeapon?: string UseAmmoWithoutShell?: boolean - RandomLootSettings: IRandomLootSettings + RandomLootSettings?: IRandomLootSettings } export interface IHealthEffect