From e86eac94a2db155b79d09bbe4fb145a8ebc69014 Mon Sep 17 00:00:00 2001 From: thesai <1021828630@qq.com> Date: Tue, 5 Mar 2024 10:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E9=A2=98=E8=AE=AD=E7=BB=83=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=9C=BA=E6=99=AFID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/race/race_application.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/race/race_application.proto b/proto/race/race_application.proto index 025ccd6..68e7b22 100644 --- a/proto/race/race_application.proto +++ b/proto/race/race_application.proto @@ -16,4 +16,5 @@ message ResultNode { float score = 3; RaceTaskChildVO.ChildNodeType type = 4; repeated ResultNode child = 5; + int64 sceneId = 6; //任务关联的场景的ID(0表示没有关联的场景) } \ No newline at end of file