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
@@ -88,7 +88,7 @@ USkeletalMeshComponent* APlayerCinematic::GetMeshByType(const EClothingSlotType
return FaceMeshComponent;
case EClothingSlotType::Eyes:
return EyesMeshComponent;
case EClothingSlotType::BodySuit:
case EClothingSlotType::Bodysuit:
return BodyMeshComponent;
case EClothingSlotType::Top:
return TopMeshComponent;