diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index 4a340db..2add9f3 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -26,6 +26,7 @@ import "CommonProto.proto"; optional int32 defScoreChange =2; // 对手分数变化值 repeated ArenaEnemy arenaEnemys = 3; //新的一批对手信息 optional FightData fightData =4; // 战斗数据 + optional int32 fightResult = 5 ;// 战斗结果 } message GetArenaRankInfoResponse{