无尽副本出图统计
parent
396ee7e85a
commit
f6379aadda
|
|
@ -276,3 +276,7 @@ import "CommonProto.proto";
|
|||
message ExecutionRefreshResponse{
|
||||
optional int32 exeValue = 1;
|
||||
}
|
||||
message EndlessOutConsumeResponse{
|
||||
optional int32 fightCount = 1;//战斗次数
|
||||
optional int32 consumeExecution = 2;//消耗行动力
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue