feat(behaviour): 添加行为树模块功能实现

- 添加节点参数的保存、更新和删除操作支持
This commit is contained in:
2026-02-06 16:16:05 +08:00
parent 7c5c5d89ee
commit 577bc3e1c0
13 changed files with 556 additions and 39 deletions

View File

@@ -59,11 +59,6 @@
<artifactId>solution-system</artifactId>
</dependency>
<dependency>
<groupId>com.solution</groupId>
<artifactId>solution-behaviour</artifactId>
</dependency>
</dependencies>
</project>