赛题训练结果中添加场景ID字段
This commit is contained in:
parent
4ed56c6655
commit
e86eac94a2
@ -16,4 +16,5 @@ message ResultNode {
|
|||||||
float score = 3;
|
float score = 3;
|
||||||
RaceTaskChildVO.ChildNodeType type = 4;
|
RaceTaskChildVO.ChildNodeType type = 4;
|
||||||
repeated ResultNode child = 5;
|
repeated ResultNode child = 5;
|
||||||
|
int64 sceneId = 6; //任务关联的场景的ID(0表示没有关联的场景)
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user