master_huanxiang
zhangshanxue 2019-08-07 16:48:16 +08:00
commit 04062c96b2
3 changed files with 7 additions and 0 deletions

View File

@ -178,4 +178,8 @@ import "CommonProto.proto";
message FamilyDefendViewResponse{
repeated TeamOneInfo teamInfo = 1;
}
//
message FamilyQuickDefend{
optional int32 buildId = 1;//0
}

View File

@ -68,6 +68,8 @@ import "CommonProto.proto";
//
optional int32 essenceValue = 7;
optional int32 lastXY =8; //退
optional int32 testXY = 9; //
}

View File

@ -263,6 +263,7 @@ import "CommonProto.proto";
message GetEndlessHeroResponse{
//
repeated endlessHero heroInfo =1;
repeated int32 openMapId = 2;//Id
}
//