yyl
2025-07-07 0b15db60b38265335e97f934fdcfe21f164504af
1
2
3
4
5
6
7
8
9
10
11
12
 
 
 
public partial class HeroInfo
{
    protected int GetQualityCultivationPercent(HeroAttrType attrType)
    {
        //    YYL TODO
        return 0;
    }
 
}