mirror of
https://github.com/gongxh0901/kunpocc-behaviortree.git
synced 2025-12-27 00:58:18 +00:00
10 lines
136 B
TypeScript
10 lines
136 B
TypeScript
|
|
/**
|
||
|
|
* @Author: Gongxh
|
||
|
|
* @Date: 2025-09-17
|
||
|
|
* @Description: 头文件
|
||
|
|
*/
|
||
|
|
|
||
|
|
import * as BT from "kunpocc-behaviortree";
|
||
|
|
export { BT };
|
||
|
|
|