master_huanxiang
parent
62c9606cce
commit
494ba6acbb
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue