公会战协议修改
parent
92c4569067
commit
0ba93477c8
|
@ -60,7 +60,6 @@ import "CommonProto.proto";
|
|||
optional int32 starCount = 2;
|
||||
optional int32 buildId = 3; //1、公会主城2、公会商店3、公会图腾
|
||||
optional int32 curForce=4;//战斗力
|
||||
|
||||
}
|
||||
|
||||
message FamilyBuildBuffInfo{
|
||||
|
@ -68,11 +67,17 @@ import "CommonProto.proto";
|
|||
optional int32 buffId = 2;
|
||||
}
|
||||
|
||||
message FamilyFightPlayerInfo{
|
||||
optional FamilyUserInfo userInfo = 1;
|
||||
optional int32 starCount = 2;
|
||||
optional int32 buildId = 3; //1、公会主城2、公会商店3、公会图腾
|
||||
}
|
||||
|
||||
//对战信息
|
||||
message FamilyFightInfo{
|
||||
optional int32 gid = 1;
|
||||
repeated FamilyBuildBuffInfo buildBuff = 2;
|
||||
repeated FamilyUserInfo user = 3;
|
||||
repeated FamilyFightPlayerInfo user = 3;
|
||||
}
|
||||
|
||||
message GetFamilyInfoResponse{
|
||||
|
|
Loading…
Reference in New Issue