diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 1f26629..304b8ce 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -276,3 +276,7 @@ import "CommonProto.proto"; message ExecutionRefreshResponse{ optional int32 exeValue = 1; } + message EndlessOutConsumeResponse{ + optional int32 fightCount = 1;//战斗次数 + optional int32 consumeExecution = 2;//消耗行动力 + } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index a98502a..2673d63 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -141,6 +141,9 @@ enum MessageType{ ENDLESS_EXECUTION_REFRESH_REQUEST = 10416;//无尽副本请求刷新行动力 ENDLESS_EXECUTION_REFRESH_RESPONSE = 10417; + ENDLESS_OUT_CONSUME_REQUEST = 10418;//无尽副本最后统计信息 + ENDLESS_OUT_CONSUME_RESPONSE = 10419; + // F 10500 FIGHT_START_REQUEST = 10500; // FIGHT_START_RESPONSE = 10501;