add comment
parent
f2a19b406c
commit
941f5511a1
|
@ -711,7 +711,7 @@ option optimize_for = SPEED;
|
||||||
optional string attackName =1;
|
optional string attackName =1;
|
||||||
optional string defName =2;
|
optional string defName =2;
|
||||||
optional int32 fightResult = 3 ;// 进攻者战斗结果
|
optional int32 fightResult = 3 ;// 进攻者战斗结果
|
||||||
optional string id =4;//战斗数据
|
optional string id =4;// 唯一标识 用于请求战斗回放
|
||||||
optional int32 roundTImes =5;//第几场
|
optional int32 roundTImes =5;//第几场
|
||||||
optional int32 teamId=6 ;// 第几组
|
optional int32 teamId=6 ;// 第几组
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue