mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-27 00:58:18 +00:00
行为树逻辑调整,删除非记忆的选择和顺序节点
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user