更新example

This commit is contained in:
YHH
2025-06-22 21:21:46 +08:00
parent d3fe79cf39
commit 3e6a1aa59a
12 changed files with 1967 additions and 272 deletions

View File

@@ -2,9 +2,9 @@ import { _decorator, Component, Node, Label, Button, resources, JsonAsset } from
import {
BehaviorTreeBuilder,
BehaviorTree,
Blackboard,
BehaviorTreeJSONConfig
Blackboard
} from '@esengine/ai';
import type { BehaviorTreeJSONConfig } from '@esengine/ai';
const { ccclass, property } = _decorator;