From 917ea1f2faa76d064cb0a911c7cc8cfe624e77de Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Mon, 15 Apr 2019 10:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BB=BB=E5=8A=A1=E6=89=80?= =?UTF-8?q?=E7=94=A8=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index dfd41f8..69e8c85 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -103,6 +103,8 @@ option optimize_for = SPEED; optional int32 itemId = 1; optional string state = 2; optional int32 missionStep = 3; + // 完成任务所用时间(秒) + optional int32 time = 4; }