hch
2025-12-25 a416edb7696978c602c3729f75fb69c3e2f18c85
Main/Config/PartialConfigs/PlayerPropertyConfig.cs
@@ -81,6 +81,7 @@
        return GetFullDescription(property.x, property.y);
    }
    // 获取属性全描述,包括属性名和属性值 参考格式 string format = "{0}" + UIHelper.AppendColor(TextColType.Green, "+{1}");
    public static string GetFullDescription(int id, long value, string format="{0}+{1}")
    {
        var config = Get(id);