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