feat: added websocket support

This commit is contained in:
2022-10-23 18:50:05 +04:00
parent ecf3631163
commit 7ddd52bf9d
+1 -1
View File
@@ -20,7 +20,7 @@ namespace Ragon.Core
public int MaxRooms; public int MaxRooms;
private static readonly Logger _logger = LogManager.GetCurrentClassLogger(); private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
private static readonly string _serverVersion = "1.0.21-rc"; private static readonly string _serverVersion = "1.0.22-rc";
private static void CopyrightInfo() private static void CopyrightInfo()
{ {