Added world items to save game

This commit is contained in:
2026-05-28 22:36:29 +03:00
parent 78840dcfb1
commit 8c49583a69
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;