无尽副本出图统计

master_huanxiang
lvxinran 2019-08-06 09:59:38 +08:00
parent 396ee7e85a
commit f6379aadda
2 changed files with 7 additions and 0 deletions

View File

@ -276,3 +276,7 @@ import "CommonProto.proto";
message ExecutionRefreshResponse{
optional int32 exeValue = 1;
}
message EndlessOutConsumeResponse{
optional int32 fightCount = 1;//
optional int32 consumeExecution = 2;//
}

View File

@ -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;