行为树逻辑调整,删除非记忆的选择和顺序节点

This commit is contained in:
gongxh
2025-10-03 18:09:47 +08:00
parent 63d9855658
commit 9a3e7028d2
9 changed files with 167 additions and 243 deletions

View File

@@ -8,7 +8,7 @@ import { BehaviorTree } from "./BehaviorTree";
import { BT } from "./BT";
import { IBTNode } from "./BTNode/BTNode";
interface INodeConfig {
export interface INodeConfig {
id: string,
className: string,
parameters: Record<string, any>,