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 {
Id: string;
Tpl: string;
id: string;
tpl: string;
}
export interface IWeaponBuildChange {