fight result
parent
dc57928be7
commit
1dd1da8696
|
@ -26,6 +26,7 @@ import "CommonProto.proto";
|
||||||
optional int32 defScoreChange =2; // 对手分数变化值
|
optional int32 defScoreChange =2; // 对手分数变化值
|
||||||
repeated ArenaEnemy arenaEnemys = 3; //新的一批对手信息
|
repeated ArenaEnemy arenaEnemys = 3; //新的一批对手信息
|
||||||
optional FightData fightData =4; // 战斗数据
|
optional FightData fightData =4; // 战斗数据
|
||||||
|
optional int32 fightResult = 5 ;// 战斗结果
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetArenaRankInfoResponse{
|
message GetArenaRankInfoResponse{
|
||||||
|
|
Loading…
Reference in New Issue