feat: websockets

This commit is contained in:
2022-12-20 12:20:52 -08:00
parent ab85578ccf
commit a5a67963be
24 changed files with 276 additions and 69 deletions
+4 -6
View File
@@ -6,13 +6,11 @@ namespace Ragon.Core;
[Serializable]
public struct Configuration
{
public string Key;
public string Protocol;
public string Socket;
public ushort SendRate;
public string ServerKey;
public string ServerType;
public ushort ServerTickRate;
public string GameProtocol;
public ushort Port;
public int SkipTimeout;
public int ReconnectTimeout;
public int LimitConnections;
public int LimitPlayersPerRoom;
public int LimitRooms;