无尽副本推送刷新时间

master_huanxiang
lvxinran 2019-08-27 20:53:00 +08:00
parent 58cd8a7fda
commit 3dd093b38d
2 changed files with 6 additions and 0 deletions

View File

@ -283,3 +283,7 @@ import "CommonProto.proto";
optional int32 fightCount = 1;//
optional int32 consumeExecution = 2;//
}
//indication
message EndlessTimeIndication{
repeated EndlessRefreshInfo infos = 1;
}

View File

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