【家园协议1.0.2】家园返回去除掉落,添加建筑解锁推送协议

master_huanxiang
duhui 2021-12-23 13:32:37 +08:00
parent c296555332
commit b44dccd3f2
2 changed files with 7 additions and 1 deletions

View File

@ -1393,6 +1393,8 @@ enum MessageType{
//
EquipIntensifyRequset = 3050110;
EquipIntensifyResponse = 3050111;
//
ArchitectureUnlockIndication = 3050112;
//800000global

View File

@ -1061,7 +1061,6 @@ import "CommonProto.proto";
}
message HomeInfoResponse{
repeated ArchitectureInfo infos = 1;
optional Drop drop = 2;
}
message HomeAllGainRequset{
@ -1102,4 +1101,9 @@ import "CommonProto.proto";
message EquipIntensifyResponse{
repeated EquipIntensifyInfo infos = 1;
}
//
message ArchitectureUnlockIndication{
repeated ArchitectureInfo infos = 1;
}