Merge branch 'master_test_gn' into master_test_gn_xxp
# Conflicts: # protos/MessageTypeProto.protomaster_huanxiang
commit
6fe6780220
|
|
@ -441,3 +441,10 @@ import "CommonProto.proto";
|
|||
message EndlessTakeTreasureResponse{
|
||||
optional Drop drop =1;
|
||||
}
|
||||
|
||||
//森罗幻境自动挂机奖励展示
|
||||
message TowerGetRewardInfoShowRequest{
|
||||
}
|
||||
message TowerGetRewardInfoShowResponse{
|
||||
optional Drop drop = 1;//奖励
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1382,6 +1382,7 @@ enum MessageType{
|
|||
WeekCardRewardResponse = 3050033;
|
||||
WeekCardIndicationInfoResponse = 3050034;
|
||||
|
||||
|
||||
//探索地图
|
||||
ExplorerMapInfoRequest = 3050040;
|
||||
ExplorerMapInfoResponse = 3050041;
|
||||
|
|
@ -1392,6 +1393,10 @@ enum MessageType{
|
|||
ExplorerMapRewardRequest = 3050046;
|
||||
ExplorerMapRewardResponse = 3050047;
|
||||
ExplorerMapIndicationResponse = 3050048;
|
||||
|
||||
//森罗幻境自动挂机奖励展示
|
||||
TowerGetRewardInfoShowRequest = 3050050;
|
||||
TowerGetRewardInfoShowResponse = 3050051;
|
||||
|
||||
|
||||
//800000起为global 协议
|
||||
|
|
|
|||
Loading…
Reference in New Issue