无尽设置战斗模式

master_huanxiang
lvxinran 2019-09-05 18:27:53 +08:00
parent 411b3ad94c
commit bea0b890db
2 changed files with 8 additions and 0 deletions

View File

@ -266,6 +266,7 @@ import "CommonProto.proto";
//
repeated endlessHero heroInfo =1;
repeated int32 openMapId = 2;//Id
optional int32 skipFight = 3;//
}
//
@ -296,3 +297,7 @@ import "CommonProto.proto";
message RefreshMonsterResponse{
repeated Cell cell = 1;
}
//
message EndlessSetSkipRequest{
optional int32 type = 1;
}

View File

@ -157,6 +157,9 @@ enum MessageType{
ENDLESS_MIN_MAP_INFO_RESPONSE = 10422;
ENDLESS_MONSTER_REFRESH_INDICATION = 10423;//
ENDLESS_SET_SKIPFIGHT_REQUEST = 10424;//
ENDLESS_SET_SKIPFIGHT_RESPONSE = 10425;
// F 10500
FIGHT_START_REQUEST = 10500; //