Bud can run and explore buildings

This commit is contained in:
Bram verhulst
2025-05-25 20:38:31 +02:00
parent 7d797fa207
commit d5262a332d
15 changed files with 1219 additions and 76 deletions

View File

@@ -2,15 +2,18 @@
#include "IExamPlugin.h"
#include "Exam_HelperStructs.h"
namespace BT{
namespace BT
{
class BehaviorTree;
}
class IBaseInterface;
class IExamInterface;
class Blackboard;
class Thinker;
class SurvivalAgentPlugin final :public IExamPlugin
class SurvivalAgentPlugin final : public IExamPlugin
{
public:
SurvivalAgentPlugin() = default;
@@ -43,6 +46,7 @@ private:
Blackboard* CreateBlackboard();
void UpdateBlackboard(const SteeringPlugin_Output& steering);
BT::BehaviorTree* m_BehaviourTree = nullptr;
Thinker* m_Thinker = nullptr;
};
//ENTRY