公会技能等级校验协议

master_huanxiang
lvxinran 2020-12-29 10:56:47 +08:00
parent 4a4e08c430
commit 1f97853569
1 changed files with 2 additions and 1 deletions

View File

@ -378,7 +378,8 @@ import "CommonProto.proto";
//
message GuildSkillLevelUpRequest{
optional int32 type = 1;
optional int32 level = 2;
optional int32 beforeLevel = 2;
optional int32 afterLevel = 3;
}
message GuildSkillLevelUpResponse{
optional int32 type = 1;