Added world items to save game

This commit is contained in:
koritsa
2026-05-28 22:36:29 +03:00
committed by koritsa
parent 8f4416ad03
commit 01cad5d8da
8 changed files with 41 additions and 13 deletions
@@ -32,7 +32,7 @@ public:
TArray<FItemSaveRecord> EquippedItems;
UPROPERTY(SaveGame)
TArray<FItemSaveRecord> DroppedItems;
TArray<FItemSaveRecord> WorldItems;
UPROPERTY(SaveGame)
int32 DaysPassed = 0;