From 45803587d9ce688189d56bdba2d0614e01e6ddc2 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Fri, 24 May 2024 17:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A6=96=E6=99=B6=E8=B4=AD=E4=B9=B0=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 4 ++++ protos/PlayerInfoProto.proto | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index d9cfe10..7cc588e 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1680,6 +1680,10 @@ enum MessageType{ GiftEquipUpStarRequest = 6000033; GiftEquipUpStarResponse = 6000034; + // 妖晶购买 + YaoJingBuyRequest = 6000035; + YaoJingBuyResponse = 6000036; + } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 58c85cf..aa10635 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1383,4 +1383,12 @@ message GemNewDrawResponse{ message GemNewInfoResponse{ repeated GemNew gems = 1; +} + +// 妖晶购买 +message YuanJingBuyRequest{ + optional int32 giftId = 1; +} +message YuanJingBuyResponse{ + optional Drop drop = 1; } \ No newline at end of file