master_huanxiang
parent
fba6374c55
commit
ebe74028fb
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue