From 941f5511a1554d2964620338fa726cb25495ca9d Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Dec 2019 16:46:28 +0800 Subject: [PATCH] add comment --- protos/CommonProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e87b7fb..e3e7925 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -711,7 +711,7 @@ option optimize_for = SPEED; optional string attackName =1; optional string defName =2; optional int32 fightResult = 3 ;// 进攻者战斗结果 - optional string id =4;//战斗数据 + optional string id =4;// 唯一标识 用于请求战斗回放 optional int32 roundTImes =5;//第几场 optional int32 teamId=6 ;// 第几组 }