(client) feat:实现行为树条件节点的实际功能

This commit is contained in:
m0_75251201
2025-08-24 17:15:52 +08:00
parent da93368f02
commit 797cf69f75
17 changed files with 937 additions and 752 deletions

View File

@ -17,6 +17,7 @@ namespace Utils
if (behaviorTreeDef == null)
return null;
var aiBase = CreateAIBaseInstance(behaviorTreeDef.className);
aiBase.Init(behaviorTreeDef);
if (behaviorTreeDef.childTree != null)
{
foreach (var child in behaviorTreeDef.childTree)