竞技场协议修改五版,排行榜信息添加竞技场段位

master_arena
grimm 2024-02-06 14:50:58 +08:00
parent 9f2ce24b08
commit 202de0c6ec
2 changed files with 1 additions and 3 deletions

View File

@ -259,7 +259,7 @@ import "CommonProto.proto";
}
message GetNewArenaInfoResponse{
optional int32 ranking = 1;//
optional int32 score = 2;//
optional int64 score = 2;//
optional int32 roomId = 3;//id
optional int32 lvScore = 4;//
optional int32 fightNum = 5;//

View File

@ -1683,8 +1683,6 @@ enum MessageType{
//
GetNewArenaInfoRequest = 6000035;
GetNewArenaInfoResponse = 6000036;
// GetAllArenaRoomRequest = 6000037;
// GetAllArenaRoomResponse = 6000038;
RefreshArenaOpponentRequest = 6000039;
RefreshArenaOpponentResponse = 6000040;
NewArenaChallengeRequest = 6000041;