diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index cccb2a6..cde2f59 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -152,5 +152,6 @@ import "CommonProto.proto"; message SoulForceRandRequest{ } message SoulForceRandResponse{ - optional int32 pos = 1; + optional Drop drop = 1;//掉落 + optional int32 pos = 2; }