From 7491c3339a319e227df210dfc7fb9b4d923d3ce9 Mon Sep 17 00:00:00 2001 From: cxxpxr <60411087+cxxpxr@users.noreply.github.com> Date: Sat, 3 Apr 2021 22:48:41 -0400 Subject: [PATCH] Delete Config.cs --- Config.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Config.cs 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; - } -}