Main/System/Hero/HeroInfo.Star.cs
@@ -3,6 +3,18 @@ public partial class HeroInfo { // 武将星级 public int heroStar { get { if (itemHero == null) return 0; return itemHero.GetUseDataFirstValue(72); } } protected int GetStarCultivationPercent(HeroAttrType attrType) { // YYL TODO