Illusion-UE5/hwanyoung2/Source/hwanyoung2/HYAIController.cpp
2023-10-09 19:37:22 -04:00

11 lines
254 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#include "HYAIController.h"
AHYAIController::AHYAIController()
{
//if we create a new AI instance, it will want to have its own player state:
bWantsPlayerState = true;
}