修行技能相关协议提交

yuanshuai 2021-10-19 10:00:40 +08:00
parent 30347f07df
commit 6660ec9d55
4 changed files with 15 additions and 0 deletions

View File

@ -1105,5 +1105,11 @@ option optimize_for = SPEED;
optional int32 num = 2;//
}
///
message PracticeSkillInfo{
optional int32 skillId = 1;//id
optional int32 skillLv = 2;//
}

View File

@ -464,6 +464,11 @@ import "CommonProto.proto";
}
//
message PracticeSkillUpRequest{
optional int32 skillId = 1;
}

View File

@ -1113,6 +1113,9 @@ enum MessageType{
GET_LIKABLE_DATA_REQUEST = 20207;//
GET_LIKABLE_DATA_RESPONSE = 20208;
PRACTICE_SKILL_UP_REQUEST=20209;//
PRACTICE_SKILL_UP_RESPONSE=20210;

View File

@ -86,6 +86,7 @@ import "CommonProto.proto";
repeated HelpFightList helpFightList = 45;//
repeated SixiangxinfaInfo sixiangInfos = 46;//
optional int32 serverOpenTime = 47; //
repeated PracticeSkillInfo practiceSkillInfos = 48;//
}