🎨 namespaces

This commit is contained in:
2023-04-09 11:06:52 +04:00
parent bfd6c1b54b
commit 24c9aa2043
25 changed files with 44 additions and 12 deletions
@@ -44,7 +44,7 @@ public struct Configuration
public Dictionary<string, string> WebHooks;
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
private static readonly string ServerVersion = "1.1.3-rc";
private static readonly string ServerVersion = "1.2.0-rc";
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
{
{"enet", Server.ServerType.ENET},