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