无尽副本推送刷新时间
parent
58cd8a7fda
commit
3dd093b38d
|
@ -283,3 +283,7 @@ import "CommonProto.proto";
|
|||
optional int32 fightCount = 1;//战斗次数
|
||||
optional int32 consumeExecution = 2;//消耗行动力
|
||||
}
|
||||
//无尽副本发送刷新时间indication
|
||||
message EndlessTimeIndication{
|
||||
repeated EndlessRefreshInfo infos = 1;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue