获取无尽编队

lvxinran 2021-05-14 16:06:32 +08:00
parent 8b934e6557
commit 4d0dd49782
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,15 @@ import "CommonProto.proto";
repeated Hero heroList = 1;
optional bool isSendFinish =2; //
}
//使
message GetEndlessHeroListInfoRequest{
optional int32 index = 1; //0, :+
}
message GetEndlessHeroListInfoResponse{
repeated Hero heroList = 1;
optional bool isSendFinish =2; //
}
message DrawHeroRequest{
optional int32 type = 1;

View File

@ -510,6 +510,9 @@ enum MessageType{
GET_ALL_PROPERTY_INFO_REQUEST = 16689;//
GET_ALL_PROPERTY_INFO_RESPONSE = 16690;
GET_ENDLESS_HERO_LIST_INFO_REQUEST = 16691;//使
GET_ENDLESS_HERO_LIST_INFO_RESPONSE = 16692;
// H 10700
HERO_RAND_REQQUEST = 10701;