//许愿魂印

master_huanxiang
mengchengzhen 2021-07-13 17:05:09 +08:00
parent 359fb8871a
commit a9278353d7
3 changed files with 31 additions and 0 deletions

View File

@ -1003,4 +1003,10 @@ option optimize_for = SPEED;
message randomTypeNum{
optional int32 type = 1;//
optional int32 num = 2;//
}
// -
message beautyBagCardInfo{
optional int32 id = 1;//id
optional int32 equip = 2;//id
}

View File

@ -397,4 +397,23 @@ import "CommonProto.proto";
repeated wishDrawCardInfo infoList = 1;
}
// -
message beautyBagCardIndication{
repeated beautyBagCardInfo infoList = 1;
}
message beautyBagWishHeroRequest{
repeated beautyBagCardInfo infoList = 1;
}
message beautyBagWishHeroResponse{
repeated beautyBagCardInfo infoList = 1;
}

View File

@ -1236,6 +1236,12 @@ enum MessageType{
choiceWishHeroResponse = 3040125;
// -
beautyBagCardIndication = 3040126;
beautyBagWishEquipRequest = 3040127;
beautyBagWishEquipResponse = 3040128;