diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index b2da8d9..fcde927 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -283,3 +283,7 @@ import "CommonProto.proto"; optional int32 fightCount = 1;//战斗次数 optional int32 consumeExecution = 2;//消耗行动力 } + //无尽副本发送刷新时间indication + message EndlessTimeIndication{ + repeated EndlessRefreshInfo infos = 1; + } diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 5a56669..fe8af19 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -149,6 +149,8 @@ enum MessageType{ ENDLESS_OUT_CONSUME_REQUEST = 10418;//无尽副本最后统计信息 ENDLESS_OUT_CONSUME_RESPONSE = 10419; + ENDLESS_REFRESH_INDICAITON = 10420;//无尽副本推送刷新时间 + // F 10500 FIGHT_START_REQUEST = 10500; // FIGHT_START_RESPONSE = 10501;