Bud can run and explore buildings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user