玉虚论道

master_huanxiang
xuexinpeng 2021-09-07 13:56:44 +08:00
parent 32e08b5461
commit 16545af2e9
2 changed files with 20 additions and 10 deletions

View File

@ -160,13 +160,12 @@ import "CommonProto.proto";
message CrossYuXuLunDaoChallengeResponse{
optional int32 myScore = 1 ; //
optional int32 defScore =2; //
repeated ArenaEnemy arenaEnemys = 3; //
optional FightData fightData =4; //
optional int32 fightResult = 5 ;//
repeated ArenaPersonInfo arenaEnemys = 3; //
repeated FightData fightData =4; //
repeated int32 fightResult = 5 ;//
optional Drop drop = 6;
optional int32 myscore = 7; //
optional int32 myRank =8 ;//
optional int32 freeTimes =9 ;//
optional int32 myRank =7 ;//
optional int32 freeTimes =8 ;//
}
message CrossYuXuLunDaoGetInfoRequest{
@ -174,7 +173,7 @@ import "CommonProto.proto";
message CrossYuXuLunDaoGetInfoResponse{
optional bool isFirst= 1;//
repeated ArenaEnemy arenaEnemys = 2; //
repeated ArenaPersonInfo arenaEnemys = 2; //
optional int32 oldMyscore = 3; //
optional int32 newMyscore = 4; //
optional int32 oldLevelId = 5; //
@ -187,7 +186,7 @@ import "CommonProto.proto";
message CrossYuXuLunDaoChangeEnemyInfoRequest{
}
message CrossYuXuLunDaoChangeEnemyInfoResponse{
repeated ArenaEnemy arenaEnemys = 1; //
repeated ArenaPersonInfo arenaEnemys = 1; //
}

View File

@ -1286,8 +1286,7 @@ enum MessageType{
//
GetWorldArenaRecordInfoRequest= 900007;
GetWorldArenaRecordInfoResponse= 900008;
//gs --word
GetGSUserArenaInfoRequest = 900009;
GetGSUserArenaInfoResponse = 900010;
@ -1314,6 +1313,14 @@ enum MessageType{
ArenaClearInfoRequest = 900021;
GetWorldArenaInfoIndication = 900022;
//
CrossYuXuLunDaoGetInfoRequest = 900023;
CrossYuXuLunDaoGetInfoResponse = 900024;
CrossYuXuLunDaoChallengeRequest = 900025;
CrossYuXuLunDaoChallengeResponse = 900026;
CrossYuXuLunDaoChangeEnemyInfoRequest = 900027;
CrossYuXuLunDaoChangeEnemyInfoResponse = 900028;
ReplayWorldArenaRequest = 9000023;
ReplayWorldArenaResponse = 9000024;
@ -1321,6 +1328,10 @@ enum MessageType{
IsCrossResponse = 9000026;
IsCrossIndication = 9000027;
}