hch
2025-07-15 1597500ffb8817259fa1c508fc2aeff79bb80770
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