多对塔

master_huanxiang
duhui 2023-03-15 10:19:00 +08:00
parent d1ca9f1af7
commit 6ce381f3e8
4 changed files with 16 additions and 4 deletions

View File

@ -1310,6 +1310,7 @@ option optimize_for = SPEED;
optional int32 type = 1;//12
optional int32 tier = 2;//
optional int32 rank = 3;//
optional int32 time = 4;//
}

View File

@ -269,4 +269,15 @@ import "CommonProto.proto";
repeated DuoduiInfo info = 1;//
}
//
message GetDuoduiRewardRequest{
optional int32 type = 1;//
optional int32 operate = 2;//12
}
message GetDuoduiRewardResponse{
optional Drop drop = 1;//
}

View File

@ -1517,6 +1517,9 @@ enum MessageType{
DUODUI_INFO_REQUEST = 3050207;//
DUODUI_INFO_RESPONSE = 3050208;
DUODUI_REWARD_REQUEST = 3050209;//
DUODUI_REWARD_RESPONSE = 3050210;
//==========================================================800000global ==========================================================
GetWorldServerRequest = 800001;//ip

View File

@ -1287,7 +1287,4 @@ import "CommonProto.proto";
message GetAllFaxiangEquipResponse{
repeated Equip equips = 1;//
optional bool isFinish = 2;//
}
}