master_huanxiang
zhangshanxue 2020-05-13 09:50:11 +08:00
commit fb2dd38d5b
1 changed files with 2 additions and 0 deletions

View File

@ -427,6 +427,7 @@ import "CommonProto.proto";
message DeathPathInfo{
optional int32 pathId = 1;
optional string guildName = 2;
optional int32 gid = 3;
}
message GetDeathPathStatusResponse{
@ -456,6 +457,7 @@ import "CommonProto.proto";
optional int32 itemId = 2;
optional int32 itemCount = 3;
optional int32 position = 4;
optional string username = 5;
}
message GetAllDeathPathRewardInfoResponse{
repeated RewardInfo info = 1;