Completed phase 1

This commit is contained in:
koritsa
2026-05-25 14:14:52 +03:00
committed by koritsa
parent b8b5ea25a8
commit 9b3d7b881f
22 changed files with 255 additions and 55 deletions
@@ -404,9 +404,9 @@ void ANakedDesireCharacter::SetupClothingSlots()
LOCTEXT("Eyes", "Eyes")));
ClothingManager->ClothingSlots.Add(
FClothingSlotData(
BodySuitMeshComponent, EClothingSlotType::BodySuit,
BodySuitMeshComponent, EClothingSlotType::Bodysuit,
nullptr,
LOCTEXT("BodySuit", "BodySuit")));
LOCTEXT("Bodysuit", "Bodysuit")));
ClothingManager->ClothingSlots.Add(
FClothingSlotData(
TopMeshComponent, EClothingSlotType::Top,