Files
FNGameProj/Source/FortniteGame/Public/AthenaPathFollowingComponent.h
2024-01-21 00:41:14 +01:00

13 lines
353 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortPathFollowingComponent.h"
#include "AthenaPathFollowingComponent.generated.h"
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UAthenaPathFollowingComponent : public UFortPathFollowingComponent {
GENERATED_BODY()
public:
UAthenaPathFollowingComponent();
};