协议修改提交
parent
ba358bc75e
commit
5943b3b6bc
|
@ -441,6 +441,14 @@ import "CommonProto.proto";
|
|||
repeated SixiangxinfaPropertyInfo infoList = 2;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//获取好感度数据协议
|
||||
message GetLikableDataResponse{
|
||||
repeated LikableInfo infoList = 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//好感度提升协议
|
||||
message HeroUpLikableRequest{
|
||||
|
|
|
@ -1109,6 +1109,9 @@ enum MessageType{
|
|||
|
||||
HERO_UP_LIKABLE_REQUEST = 20205;//英雄提升好感度请求
|
||||
HERO_UP_LIKABLE_RESPONSE = 20206;
|
||||
|
||||
GET_LIKABLE_DATA_REQUEST = 20207;//获取英雄好感度数据请求
|
||||
GET_LIKABLE_DATA_RESPONSE = 20208;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue