Merge branch 'master' of 60.1.1.230:backend/jieling_protocol
commit
f49fed39c1
|
@ -271,4 +271,7 @@ import "CommonProto.proto";
|
|||
message SignEndlessCellResponse{
|
||||
optional string error = 1;
|
||||
}
|
||||
|
||||
//无尽副本剩余行动力
|
||||
message ExecutionRefreshResponse{
|
||||
optional int32 exeValue = 1;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue