using System.Collections.Generic; using UnityEngine; public partial class HeroInfo { protected int GetIFByInheritAwakePercent(HeroAttrType attrType) { // YYL TODO return 0; } }