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 ;// 第几组 }