hch
2025-12-09 c3bbfe2736a773f9f03fa25c0575608e9ee6c13c
Main/Component/UI/Common/EnableButtonConfig.cs
@@ -31,7 +31,7 @@
        {
            return dict[_type];
        }
        var _cfg= BuiltInLoader.LoadScriptableObject<EnableButtonConfig>(StringUtility.Contact("EnableButton_", _type.ToString()));
        var _cfg= BuiltInLoader.LoadScriptableObject<EnableButtonConfig>(StringUtility.Concat("EnableButton_", _type.ToString()));
        dict.Add(_type, _cfg);
        return _cfg;
    }