Files
oops-plugin-framework/assets/libs/behavior-tree/index.ts

13 lines
376 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export * from './BTNodeJson';
export * from './BehaviorTree';
export * from './BranchNode';
export * from './Decorator';
export * from './BTreeNode';
export * from './Priority';
export * from './Sequence';
export * from './Task';
export * from './Selector';
// 导入此文件即完成内置节点工厂注册fromJSON 可直接使用内置类型
import './BTNodeFactory';