Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
fb2dd38d5b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue