13 lines
267 B
C++
13 lines
267 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "HotSpots/AIHotSpotManager.h"
|
|
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(AIHotSpotManager)
|
|
|
|
|
|
UAIHotSpotManager::UAIHotSpotManager(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
}
|
|
|