hch
2025-09-09 7ee06a9d53a47b106458c571fadbb7583b570766
Main/System/Hero/HeroInfo.Talent.cs
@@ -16,6 +16,17 @@
      }
   }
   // 因为觉醒降低了星级,保留历史最大星级
   public int heroStarMaxBefore
   {
      get
      {
         return heroStar;
         // if (itemHero == null)
         //    return 0;
         // return itemHero.GetUseDataFirstValue(74);
      }
   }
   // 71 # 英雄天赋ID列表
   public List<int> talentIDList