This commit is contained in:
aozhiwei 2023-12-07 10:49:25 +08:00
parent 19f3f08c5d
commit 13ce94f65e
2 changed files with 3 additions and 2 deletions

View File

@ -193,7 +193,8 @@ behaviac::EBTStatus AndroidAgent::CoJoin()
behaviac::EBTStatus AndroidAgent::CoUpdateGame()
{
//a8::XPrintf("CoUpdateGame\n", {});
cs::CMMove msg;
owner_->SendMsg(msg);
return behaviac::BT_SUCCESS;
}

View File

@ -2,7 +2,7 @@
#include "iomgr.h"
static const int IC_Max = 4;
static const int IC_Max = 1;
void IoMgr::Init()
{