DRG-Femboy-Voice/Source/FSD/Public/EnemyAIController.h
2025-04-15 12:39:31 -07:00

12 lines
243 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "FSDAIController.h"
#include "EnemyAIController.generated.h"
UCLASS(Blueprintable)
class AEnemyAIController : public AFSDAIController {
GENERATED_BODY()
public:
AEnemyAIController();
};