public partial class HeroInfo { // 武将星级 public int heroStar { get { if (itemHero == null) return 0; return itemHero.GetUseDataFirstValue(72); } } protected int GetStarCultivationPercent(HeroAttrType attrType) { // YYL TODO return 0; } }