/**
* Behavior Tree Constants
* 行为树常量
*/
// Asset type constant for behavior tree
// 行为树资产类型常量
// 必须与 module.json 中 assetExtensions 定义的类型一致
// Must match the type defined in module.json assetExtensions
export const BehaviorTreeAssetType = 'behavior-tree' as const;