无尽副本协议

master_huanxiang
lvxinran 2019-07-30 15:49:12 +08:00
parent 34c93b9b68
commit 052fc147dc
3 changed files with 12 additions and 2 deletions

View File

@ -480,4 +480,8 @@ option optimize_for = SPEED;
optional int32 tower = 1;//
optional int32 intoType = 2;//
}
//
message endlessHero{
optional string heroId = 1;
optional int hp = 2;
}

View File

@ -257,5 +257,8 @@ import "CommonProto.proto";
optional Drop drop = 1;
}
message GetEndlessHeroResponse{
//
repeated endlessHero heroInfo =1;
}

View File

@ -125,6 +125,9 @@ enum MessageType{
EQUIP_LOCK_REQUEST = 10408; //
EQUIP_LOCK_RESPONSE = 10409;
ENDLESS_MAP_HERO_INFO_REQUEST = 10410;//
ENDLESS_MAP_HERO_INFO_RESPONSE = 10411;
// F 10500
FIGHT_START_REQUEST = 10500; //
FIGHT_START_RESPONSE = 10501;