master_huanxiang
wangyuan 2019-01-18 16:00:26 +08:00
parent fba6374c55
commit ebe74028fb
2 changed files with 11 additions and 0 deletions

View File

@ -22,3 +22,12 @@ import "CommonProto.proto";
message DrawHeroResponse{
repeated Hero heroList = 1;
}
message HeroRandRequest{
optional int32 type =1; //
}
message HeroRandResponse{
repeated Hero heroList = 1;
repeated Item itemList = 2;
}

View File

@ -38,6 +38,8 @@ enum MessageType{
GET_HEROINFO_REQUEST = 10608; //
GET_HEROINFO_RESPONSE = 10609;
// H 10700
HERO_RAND_REQQUEST = 10701;
HERO_RAND_RESPONSE = 10702;
// I 10800
// J 10900
// K 11000