Fianlly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user