多对塔

master_huanxiang
duhui 2023-03-07 17:16:06 +08:00
parent a003aa1d51
commit 52e0f94c80
2 changed files with 29 additions and 0 deletions

View File

@ -249,4 +249,26 @@ import "CommonProto.proto";
optional Drop Drop = 1; //
}
//
message DuoduiChallengeRequest{//
optional int32 type = 1;//12
optional int32 tier = 2;//
optional int32 operate = 3;//1:2
}
message DuoduiChallengeResponse{
optional bool result = 1;//
optional Drop drop = 2;//
repeated FightData data = 3;//
}
message DuoduiInfoRequest{//
optional int32 type = 1;//12
}
message DuoduiInfoResponse{
optional int32 tier = 1;//
optional int32 rank = 2;//
}

View File

@ -1510,6 +1510,13 @@ enum MessageType{
HERO_CHANGE_REQUEST = 3050203;
HERO_CHANGE_RESPONSE = 3050204;
//
DUODUI_CHALLENGE_REQUEST = 3050205;//
DUODUI_CHALLENGE_RESPONSE = 3050206;
DUODUI_INFO_REQUEST = 3050207;//
DUODUI_INFO_RESPONSE = 3050208;
//==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip