首次10连协议
parent
dcc17dbcf4
commit
42d9d23ec7
|
|
@ -256,4 +256,18 @@ import "CommonProto.proto";
|
|||
optional int32 result = 1;
|
||||
optional int32 starCount = 2;
|
||||
}
|
||||
message PersonalFightResult{
|
||||
optional int32 rank = 1;
|
||||
optional int32 uid = 2;
|
||||
optional string name = 3;
|
||||
optional int32 head = 4;
|
||||
optional int32 headFrame = 5;
|
||||
optional int32 position = 6;
|
||||
optional int32 attackCount = 7;
|
||||
optional int32 starCount = 8;
|
||||
}
|
||||
//公会战个人战绩
|
||||
message PersonalFightResultResponse{
|
||||
repeated PersonalFightResult result = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ import "CommonProto.proto";
|
|||
optional int32 treasureScore = 15; // 孙龙的宝藏分数
|
||||
optional int32 hadBuyTreasure = 16; // 是否购买孙龙的宝藏
|
||||
optional SignInInfo SignInInfo =17;//签到
|
||||
optional int32 firstTenth = 18;//首次十连是否用过
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue