This commit is contained in:
aozhiwei 2023-10-14 22:06:39 +08:00
parent 3e4456644a
commit 00b951148b

View File

@ -29,6 +29,7 @@ class Hero;
class RoomAgent; class RoomAgent;
class TeamAgent; class TeamAgent;
class TargetAgent; class TargetAgent;
class MasterAgent;
class BtCoroutine; class BtCoroutine;
class HeroAgent : public BaseAgent class HeroAgent : public BaseAgent
{ {
@ -98,6 +99,7 @@ public:
RoomAgent* room_agent = nullptr; RoomAgent* room_agent = nullptr;
TeamAgent* team_agent = nullptr; TeamAgent* team_agent = nullptr;
HeroAgent* master_agent = nullptr; HeroAgent* master_agent = nullptr;
MasterAgent* master_agent2 = nullptr;
TargetAgent* current_target_agent = nullptr; TargetAgent* current_target_agent = nullptr;
float task_param0 = 0.0f; float task_param0 = 0.0f;
float task_param1 = 0.0f; float task_param1 = 0.0f;