Added container slots

This commit is contained in:
koritsa
2026-05-22 10:57:16 +03:00
committed by koritsa
parent f984d5199a
commit 507fc01388
2 changed files with 39 additions and 3 deletions
@@ -20,4 +20,7 @@ public:
protected:
UPROPERTY(BlueprintReadOnly, Category = "Clothing Item")
TObjectPtr<UClothingItem> ClothingItem;
UPROPERTY(BlueprintReadOnly, Category = "Clothing Item")
TArray<TObjectPtr<UItemInstance>> StoredItems;
};