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) {