Am sad and feel bad.

This commit is contained in:
2025-10-17 16:43:49 -04:00
parent 951b45b07c
commit fc85fa2a5a
103 changed files with 14133 additions and 14468 deletions

View File

@@ -7,7 +7,7 @@
#include "CombatInterface.generated.h"
// This class does not need to be modified.
UINTERFACE(MinimalAPI)
UINTERFACE(MinimalAPI, BlueprintType)
class UCombatInterface : public UInterface
{
GENERATED_BODY()
@@ -25,4 +25,7 @@ public:
virtual int32 GetPlayerLevel();
virtual FVector GetCombatSocketLocation();
UFUNCTION(BlueprintImplementableEvent, BlueprintCallable)
void UpdateFacingTarget(const FVector& TargetLocation);
};