hch
2025-08-04 aa1a163a2e4db22fc51cb825e9a05d1d3a757370
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;
    }
 
}