master_huanxiang
zhangshanxue 2020-05-07 16:42:33 +08:00
parent 62c9606cce
commit 494ba6acbb
1 changed files with 3 additions and 1 deletions

View File

@ -379,7 +379,8 @@ import "CommonProto.proto";
}
message FamilyFeteResponse{
optional int32 curExp = 1; //
optional Drop drop = 1;
optional int32 curExp = 2; //
}
@ -387,6 +388,7 @@ import "CommonProto.proto";
optional int32 id = 1; //id
}
message FamilyGetFeteRewardResponse{
optional Drop drop = 1;
}
message FamilyFeteRewardProcessIndication{