Files
2026-04-22 15:51:07 +02:00

13 lines
348 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortBehaviorTreeComponent.h"
#include "AthenaBehaviorTreeComponent.generated.h"
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class UAthenaBehaviorTreeComponent : public UFortBehaviorTreeComponent {
GENERATED_BODY()
public:
UAthenaBehaviorTreeComponent();
};