多对塔
parent
d1ca9f1af7
commit
6ce381f3e8
|
@ -1310,6 +1310,7 @@ option optimize_for = SPEED;
|
|||
optional int32 type = 1;//1:双对,2:三队
|
||||
optional int32 tier = 2;//层数
|
||||
optional int32 rank = 3;//排名
|
||||
optional int32 time = 4;//时间
|
||||
}
|
||||
|
||||
|
|
@ -269,4 +269,15 @@ import "CommonProto.proto";
|
|||
repeated DuoduiInfo info = 1;//多队塔信息
|
||||
}
|
||||
|
||||
// 多队塔挂机奖励
|
||||
message GetDuoduiRewardRequest{
|
||||
optional int32 type = 1;//类型
|
||||
optional int32 operate = 2;//1:普通,2:极速
|
||||
}
|
||||
|
||||
message GetDuoduiRewardResponse{
|
||||
optional Drop drop = 1;//掉落
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1517,6 +1517,9 @@ enum MessageType{
|
|||
DUODUI_INFO_REQUEST = 3050207;//信息
|
||||
DUODUI_INFO_RESPONSE = 3050208;
|
||||
|
||||
DUODUI_REWARD_REQUEST = 3050209;//挂机奖励
|
||||
DUODUI_REWARD_RESPONSE = 3050210;
|
||||
|
||||
//==========================================================800000起为global 协议==========================================================
|
||||
|
||||
GetWorldServerRequest = 800001;//获取世界服ip
|
||||
|
|
|
@ -1287,7 +1287,4 @@ import "CommonProto.proto";
|
|||
message GetAllFaxiangEquipResponse{
|
||||
repeated Equip equips = 1;//法相信息
|
||||
optional bool isFinish = 2;//是否是最后一页
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue