Merge branch 'master' of 60.1.1.230:backend/jieling_protocol

master_huanxiang
wangyuan 2019-08-03 11:55:16 +08:00
commit f49fed39c1
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;