Changed from TextType to LogLevel

This commit is contained in:
2023-05-28 17:37:19 +03:00
parent f16c139362
commit 77f1bef862
13 changed files with 45 additions and 65 deletions

View File

@@ -41,7 +41,7 @@ public static class Config
IsLoaded = true;
Logger.Log("Config initialized", TextType.NORMAL);
Logger.Log("Config initialized", LogLevel.INFO);
}
public class Json<TKey, TValue> : IDictionary<TKey, TValue>