//许愿魂印

master_huanxiang
mengchengzhen 2021-07-14 16:06:48 +08:00
parent a9278353d7
commit dbc24404aa
1 changed files with 3 additions and 2 deletions

View File

@ -398,16 +398,17 @@ import "CommonProto.proto";
} }
// - // -
message beautyBagCardIndication{ message beautyBagCardIndication{
repeated beautyBagCardInfo infoList = 1; repeated beautyBagCardInfo infoList = 1;
} }
message beautyBagWishHeroRequest{ message beautyBagWishEquipRequest{
repeated beautyBagCardInfo infoList = 1; repeated beautyBagCardInfo infoList = 1;
} }
message beautyBagWishHeroResponse{ message beautyBagWishEquipResponse{
repeated beautyBagCardInfo infoList = 1; repeated beautyBagCardInfo infoList = 1;
} }