This commit is contained in:
koritsa
2026-05-24 20:50:34 +03:00
committed by koritsa
parent 96b64053b2
commit b8b5ea25a8
25 changed files with 266 additions and 218 deletions
@@ -3,8 +3,8 @@
#pragma once
#include "CoreMinimal.h"
#include "NakedDesire/Clothing/BodyPart.h"
#include "NakedDesire/MissionBuilder/MissionGoal.h"
#include "NakedDesire/Player/PrivateBodyPartType.h"
#include "FlashGoal.generated.h"
class ANPCAIController;
@@ -20,7 +20,7 @@ class NAKEDDESIRE_API UFlashGoal : public UMissionGoal
int RequiredFlashCount = 1;
UPROPERTY(EditDefaultsOnly)
EPrivateBodyPartType BodyType;
EBodyPart BodyType;
FDelegateHandle PlayerNoticedHandle;