From 4a4e08c43076950c6815c2b8049785692de2bfef Mon Sep 17 00:00:00 2001 From: lvxinran Date: Tue, 29 Dec 2020 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E6=8A=80=E8=83=BD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index e5d9354..2035ce0 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -378,6 +378,11 @@ import "CommonProto.proto"; //公会技能升级 message GuildSkillLevelUpRequest{ optional int32 type = 1; + optional int32 level = 2; + } + message GuildSkillLevelUpResponse{ + optional int32 type = 1; + optional int32 curlevel = 2; } //公会技能重置