补充类型

This commit is contained in:
2026-04-16 13:46:59 +08:00
parent 27a5dc8e02
commit 28cd9c131b

View File

@@ -20,6 +20,7 @@ export interface BehaviorTree {
xmlContent: NullableString,
graph: GraphContainer
platformId: null | number
scenarioId?: number,
}
export interface BehaviorTreeRequest extends BehaviorTree {