Main/System/HeroUI/HeroUIManager.Collect.cs
@@ -41,6 +41,15 @@ return per; } public HB122_tagSCHeroInfo.tagSCHero GetHeroBookInfo(int heroID) { if (heroCollectInfoDic.ContainsKey(heroID)) { return heroCollectInfoDic[heroID]; } return null; } #endregion }