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; } //公会技能重置