妖晶购买逻辑
parent
ab36387de1
commit
45803587d9
|
@ -1680,6 +1680,10 @@ enum MessageType{
|
|||
GiftEquipUpStarRequest = 6000033;
|
||||
GiftEquipUpStarResponse = 6000034;
|
||||
|
||||
// 妖晶购买
|
||||
YaoJingBuyRequest = 6000035;
|
||||
YaoJingBuyResponse = 6000036;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1383,4 +1383,12 @@ message GemNewDrawResponse{
|
|||
|
||||
message GemNewInfoResponse{
|
||||
repeated GemNew gems = 1;
|
||||
}
|
||||
|
||||
// 妖晶购买
|
||||
message YuanJingBuyRequest{
|
||||
optional int32 giftId = 1;
|
||||
}
|
||||
message YuanJingBuyResponse{
|
||||
optional Drop drop = 1;
|
||||
}
|
Loading…
Reference in New Issue