增加图鉴技能协议

master_longzhu_new
DESKTOP-C3M45P4\dengdan 2026-05-19 21:50:17 +08:00
parent c597ddd93e
commit 2df9675fe1
2 changed files with 12 additions and 0 deletions

View File

@ -1746,6 +1746,9 @@ enum MessageType{
PlayerGodLevelUpRequest = 7000023;
PlayerGodLevelUpResponse = 7000024;
//
UnLockHandBookSkillRequest = 7000030;
UnLockHandBookSkillResponse = 7000031;
}

View File

@ -95,6 +95,7 @@ message GetPlayerInfoResponse{
repeated int32 giftIds = 52;//
repeated int32 gemLotteryCountByDay = 53;//
optional int32 isStart = 54;//
repeated int32 handBookSkills = 55;//id
}
@ -1413,4 +1414,12 @@ message PlayerGodLevelUpRequest{
}
//
message PlayerGodLevelUpResponse{
}
//
message UnLockHandBookSkillRequest{
optional int32 handBookSkillId = 1;//id
}
//
message UnLockHandBookSkillResponse{
optional int32 handBookSkillId = 1;//id
}