diff --git a/Config.cs b/Config.cs deleted file mode 100644 index 6e07a41..0000000 --- a/Config.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace LightReflectiveMirror -{ - class Config - { - public string TransportDLL = "MultiCompiled.dll"; - public string TransportClass = "Mirror.SimpleWebTransport"; - public string AuthenticationKey = "Secret Auth Key"; - public int UpdateLoopTime = 10; - public int UpdateHeartbeatInterval = 100; - public bool UseEndpoint = true; - public ushort EndpointPort = 8080; - public bool EndpointServerList = true; - public bool EnableNATPunchtroughServer = true; - public ushort NATPunchtroughPort = 7776; - } -}