//许愿魂印
parent
359fb8871a
commit
a9278353d7
|
|
@ -1003,4 +1003,10 @@ option optimize_for = SPEED;
|
||||||
message randomTypeNum{
|
message randomTypeNum{
|
||||||
optional int32 type = 1;//招募类型
|
optional int32 type = 1;//招募类型
|
||||||
optional int32 num = 2;//数量
|
optional int32 num = 2;//数量
|
||||||
|
}
|
||||||
|
|
||||||
|
// 乾坤宝盒-许愿魂印
|
||||||
|
message beautyBagCardInfo{
|
||||||
|
optional int32 id = 1;//序列id
|
||||||
|
optional int32 equip = 2;//装备id
|
||||||
}
|
}
|
||||||
|
|
@ -397,4 +397,23 @@ import "CommonProto.proto";
|
||||||
repeated wishDrawCardInfo infoList = 1;
|
repeated wishDrawCardInfo infoList = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 乾坤宝盒-许愿魂印
|
||||||
|
message beautyBagCardIndication{
|
||||||
|
repeated beautyBagCardInfo infoList = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message beautyBagWishHeroRequest{
|
||||||
|
repeated beautyBagCardInfo infoList = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message beautyBagWishHeroResponse{
|
||||||
|
repeated beautyBagCardInfo infoList = 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1236,6 +1236,12 @@ enum MessageType{
|
||||||
|
|
||||||
choiceWishHeroResponse = 3040125;
|
choiceWishHeroResponse = 3040125;
|
||||||
|
|
||||||
|
// 乾坤宝盒-许愿魂印
|
||||||
|
beautyBagCardIndication = 3040126;
|
||||||
|
|
||||||
|
beautyBagWishEquipRequest = 3040127;
|
||||||
|
|
||||||
|
beautyBagWishEquipResponse = 3040128;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue