This commit is contained in:
Bram verhulst
2025-06-02 21:29:29 +02:00
parent 1104b12ba8
commit f9a11385fe
17 changed files with 3338 additions and 274 deletions

View File

@@ -11,6 +11,7 @@ class IBaseInterface;
class IExamInterface;
class Blackboard;
class Thinker;
class WorldExplorationGrid;
class SurvivalAgentPlugin final : public IExamPlugin
@@ -48,7 +49,9 @@ private:
BT::BehaviorTree* m_BehaviourTree = nullptr;
Thinker* m_Thinker = nullptr;
bool m_Running{};
WorldExplorationGrid* m_pExplorationGrid = nullptr;
bool m_Running{ false };
};
//ENTRY