Fix includes in GetDistanceToPlayerTask
This commit is contained in:
parent
e0d5526a63
commit
cb46d98936
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "GetDistanceToPlayerTask.h"
|
||||
#include "EnemyAIController.h"
|
||||
#include "DemolitionCharacter.h"
|
||||
|
||||
|
||||
UGetDistanceToPlayerTask::UGetDistanceToPlayerTask()
|
||||
{
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
#include "CoreMinimal.h"
|
||||
#include "BehaviorTree/BTTaskNode.h"
|
||||
#include "DemolitionCharacter.h"
|
||||
#include "BehaviorTree/BlackboardComponent.h"
|
||||
#include "GetDistanceToPlayerTask.generated.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue