master_huanxiang
mashiyu 2019-01-18 17:36:29 +08:00
commit 2f6b8aa833
4 changed files with 16 additions and 7 deletions

View File

@ -16,6 +16,7 @@ option optimize_for = SPEED;
optional int64 gold = 8;
optional int32 gem = 9;
optional int32 chargeGem = 10;
optional int32 curMapId = 11;
}

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

@ -4,12 +4,7 @@ option optimize_for = SPEED;
import "CommonProto.proto";
//
message MapGetInfoResponse{
// id
optional int32 mapId = 1;
}
message MapInfo{
//
message MapEnterRequest{
// id
@ -20,4 +15,6 @@ import "CommonProto.proto";
repeated Cell mapList = 1;
//
optional int32 curXY = 2;
}
}
}

View File

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