Updated interface to match dumps

This commit is contained in:
Dev 2024-08-26 21:32:20 +01:00
parent ae6f2e4417
commit 32066d0e3b

View File

@ -40,8 +40,8 @@ export interface ProfileChange {
} }
export interface IHideoutStashItem { export interface IHideoutStashItem {
Id: string; id: string;
Tpl: string; tpl: string;
} }
export interface IWeaponBuildChange { export interface IWeaponBuildChange {