yyl
2025-05-20 9ff4940cfe2074ca24aca15c25b5053bd658dfa8
Main/Config/ConfigBase.cs
@@ -9,7 +9,7 @@
{
    public static Dictionary<U, T> dic = new Dictionary<U, T>();
    protected static bool isInit = false;
    public static bool isInit = false;
    public static T Get(U id)
    {