Updated readme

This commit is contained in:
2026-05-22 23:24:57 +03:00
parent dfc4cf28cf
commit a378cfd3db
2 changed files with 55 additions and 38 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ public:
int BasePrice;
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
TArray<EPrivateBodyPartType> CoveredBodyParts;
TArray<EPrivateBodyPartType> CoveredBodyParts; // TODO: Add coverage per body part
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, meta = (EditCondition = "SlotType == EClothingSlotType::Shoes", Category = "Shoes"))
float ShoesOffset = 0.0f;