diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 143b55d..229527d 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -12,7 +12,7 @@ message HeroInfo{ } message GetHeroInfoResponse{ - optional Common.Hero heroList = 1; + repeated Common.Hero heroList = 1; }