From fcc36b48d6b6193f70240a001cc7c58c3f04fab6 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Wed, 26 Oct 2022 15:34:43 +0800 Subject: [PATCH] feat: 宝石合成 --- game.proto | 11 +++++++++++ protocode.proto | 1 + 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/game.proto b/game.proto index 01a15af..8a1e0d8 100644 --- a/game.proto +++ b/game.proto @@ -242,3 +242,14 @@ message StoreUpdatePropertyNty { repeated string keys = 1; // 键 名字 models.Store store = 2; } + +message ItemGemCompoundReq { + int32 gem_id = 1; + int32 gem_count = 2; +} + +message ItemGemCompoundRsp { + int32 gem_id = 1; + int32 gem_count =2; + string reward = 3; +} \ No newline at end of file diff --git a/protocode.proto b/protocode.proto index 042db5a..f9ac611 100644 --- a/protocode.proto +++ b/protocode.proto @@ -32,6 +32,7 @@ enum ProtoCode EmailCheckRpc = 524; EmailDelRpc = 525; StoreBuyRpc = 526; + ItemGemCompoundRpc = 527; DisConnectNty = 1001; RoleUpdatePropertyNty = 1002; -- libgit2 0.21.2