yyl
2025-08-05 1484a391bb29ade8011f1180bc1cb349f8573b54
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;
    }
 
}