// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "AIController.h" #include "BaseUnitAIController.generated.h" /** * */ UCLASS() class MAYBETHISTIME_API ABaseUnitAIController : public AAIController { GENERATED_BODY() };