11 lines
254 B
C++
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;
|
|
}
|