yyl
3 天以前 973edc44a04dceb8b48a32ca912e6167f86189d4
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
}