好感度协议修改
parent
5943b3b6bc
commit
567c51c357
|
@ -442,11 +442,11 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//获取好感度数据协议
|
//获取好感度数据协议
|
||||||
message GetLikableDataResponse{
|
message GetLikableDataResponse{
|
||||||
repeated LikableInfo infoList = 1;
|
repeated LikableInfo infoList = 1;
|
||||||
|
optional int32 likableRemainTime = 2;//好感度剩余捐赠次数
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue