Delete Config.cs
This commit is contained in:
parent
f6eb6654d7
commit
7491c3339a
1 changed files with 0 additions and 20 deletions
20
Config.cs
20
Config.cs
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue