竞技场协议修改五版,排行榜信息添加竞技场段位
parent
9f2ce24b08
commit
202de0c6ec
|
@ -259,7 +259,7 @@ import "CommonProto.proto";
|
||||||
}
|
}
|
||||||
message GetNewArenaInfoResponse{
|
message GetNewArenaInfoResponse{
|
||||||
optional int32 ranking = 1;//我的排名
|
optional int32 ranking = 1;//我的排名
|
||||||
optional int32 score = 2;//我的积分
|
optional int64 score = 2;//我的积分
|
||||||
optional int32 roomId = 3;//房间id
|
optional int32 roomId = 3;//房间id
|
||||||
optional int32 lvScore = 4;//段位积分
|
optional int32 lvScore = 4;//段位积分
|
||||||
optional int32 fightNum = 5;//挑战次数
|
optional int32 fightNum = 5;//挑战次数
|
||||||
|
|
|
@ -1683,8 +1683,6 @@ enum MessageType{
|
||||||
// 新竞技场
|
// 新竞技场
|
||||||
GetNewArenaInfoRequest = 6000035;
|
GetNewArenaInfoRequest = 6000035;
|
||||||
GetNewArenaInfoResponse = 6000036;
|
GetNewArenaInfoResponse = 6000036;
|
||||||
// GetAllArenaRoomRequest = 6000037;
|
|
||||||
// GetAllArenaRoomResponse = 6000038;
|
|
||||||
RefreshArenaOpponentRequest = 6000039;
|
RefreshArenaOpponentRequest = 6000039;
|
||||||
RefreshArenaOpponentResponse = 6000040;
|
RefreshArenaOpponentResponse = 6000040;
|
||||||
NewArenaChallengeRequest = 6000041;
|
NewArenaChallengeRequest = 6000041;
|
||||||
|
|
Loading…
Reference in New Issue