master_huanxiang
zhangshanxue 2019-09-05 19:23:59 +08:00
commit 5e0772f6a5
3 changed files with 9 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; //

View File

@ -65,6 +65,7 @@ import "CommonProto.proto";
//
message BloodRankResponse{
repeated BloodPersonInfo infos = 1;
optional int32 myRank = 2;
}