hch
2025-08-15 65b10f63d1fcf6696df105e9922a12b894be32af
1
2
3
4
5
6
7
8
9
10
11
12
 
 
 
public partial class HeroInfo
{
    protected int GetIFByInheritTalentPercent(HeroAttrType attrType)
    {
        //    YYL TODO
        return 0;
    }
 
}