连续礼包优化
parent
56b5c2c3b7
commit
c57563a1a6
|
@ -193,3 +193,12 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
|
||||
// 妖晶购买道具
|
||||
message BuyGoodsToItemRequest{
|
||||
optional int32 goodId = 1;
|
||||
optional int32 goodsNum = 2;
|
||||
}
|
||||
message BuyGoodsToItemResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
||||
|
|
@ -1361,6 +1361,11 @@ enum MessageType{
|
|||
UpOrDownTransformationRequest = 3050022;
|
||||
|
||||
|
||||
// 购买道具礼包(妖晶)
|
||||
BuyGoodsToItemRequest = 3050023;
|
||||
BuyGoodsToItemResponse = 3050024;
|
||||
|
||||
|
||||
//周卡
|
||||
WeekCardInfoRequest = 3050030;
|
||||
WeekCardInfoResponse = 3050031;
|
||||
|
|
Loading…
Reference in New Issue