master_huanxiang
wangyuan 2019-01-17 17:11:52 +08:00
parent 69d2be4949
commit 7656d83468
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ message HeroInfo{
}
message GetHeroInfoResponse{
optional Common.Hero heroList = 1;
repeated Common.Hero heroList = 1;
}