好感度协议修改

master_huanxiang
yuanshuai 2021-09-24 13:47:40 +08:00
parent 5943b3b6bc
commit 567c51c357
2 changed files with 3 additions and 2 deletions

View File

@ -442,11 +442,11 @@ import "CommonProto.proto";
} }
// //
message GetLikableDataResponse{ message GetLikableDataResponse{
repeated LikableInfo infoList = 1; repeated LikableInfo infoList = 1;
optional int32 likableRemainTime = 2;//
} }

View File

@ -407,6 +407,7 @@ import "CommonProto.proto";
optional int32 expeditionLeve =13 ; // -1 optional int32 expeditionLeve =13 ; // -1
optional int32 hadLuckTime = 14;// optional int32 hadLuckTime = 14;//
optional int32 hadAdvanceLuckTime = 15;// optional int32 hadAdvanceLuckTime = 15;//
optional int32 likableRemainTime = 16;//
} }
message ZeroPlayerUpdateIndication{ message ZeroPlayerUpdateIndication{