Consilidating

This commit is contained in:
Aaron Kimbre
2023-12-28 23:19:28 -06:00
parent 1bdce8384f
commit e5bea0a5ef
10 changed files with 126 additions and 186 deletions

View File

@@ -7,7 +7,6 @@
#include "Logger.h"
#include "BehaviorBranchContext.h"
#include "BehaviorContext.h"
#include "QuickBuildComponent.h"
#include "DestroyableComponent.h"
#include "Game.h"
#include "Logger.h"

View File

@@ -6,7 +6,6 @@
#include "BehaviorContext.h"
#include "BaseCombatAIComponent.h"
#include "EntityManager.h"
#include "QuickBuildComponent.h"
#include "DestroyableComponent.h"
#include <vector>