mirror of
https://github.com/Ed94/Cog.git
synced 2026-07-24 16:37:53 +00:00
Move the window config base class in CogCommon for projects that want to have their own configs,
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "CogCommonConfig.h"
|
||||
#include "CogWindow.h"
|
||||
#include "CogWindowConfig.h"
|
||||
#include "CogAIWindow_BehaviorTree.generated.h"
|
||||
|
||||
class UBehaviorTreeComponent;
|
||||
@@ -37,7 +37,7 @@ private:
|
||||
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
UCLASS(Config = Cog)
|
||||
class UCogAIConfig_BehaviorTree : public UCogWindowConfig
|
||||
class UCogAIConfig_BehaviorTree : public UCogCommonConfig
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "CogCommonConfig.h"
|
||||
#include "CogWindow.h"
|
||||
#include "CogWindowConfig.h"
|
||||
#include "CogAIWindow_Blackboard.generated.h"
|
||||
|
||||
class UCogAIConfig_Blackboard;
|
||||
@@ -33,7 +33,7 @@ private:
|
||||
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
UCLASS(Config = Cog)
|
||||
class UCogAIConfig_Blackboard : public UCogWindowConfig
|
||||
class UCogAIConfig_Blackboard : public UCogCommonConfig
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user