/** * Behavior Tree Constants * 行为树常量 */ // Asset type constant for behavior tree // 行为树资产类型常量 export const BehaviorTreeAssetType = 'behaviortree' as const;