无尽副本刷新行动力

master_huanxiang
lvxinran 2019-08-03 11:33:34 +08:00
parent bbc027484c
commit ad6a305b8e
2 changed files with 7 additions and 1 deletions

View File

@ -271,4 +271,7 @@ import "CommonProto.proto";
message SignEndlessCellResponse{
optional string error = 1;
}
//
message ExecutionRefreshResponse{
optional int32 exeValue = 1;
}

View File

@ -138,6 +138,9 @@ enum MessageType{
ENDLESS_MAP_SIGN_REQUEST = 10414;//
ENDLESS_MAP_SIGN_RESPONSE = 10415;
ENDLESS_EXECUTION_REFRESH_REQUEST = 10416;//
ENDLESS_EXECUTION_REFRESH_RESPONSE = 10417;
// F 10500
FIGHT_START_REQUEST = 10500; //
FIGHT_START_RESPONSE = 10501;