14 lines
429 B
C#
14 lines
429 B
C#
namespace NovetusCMD
|
|
{
|
|
public static class LocalVars
|
|
{
|
|
public static bool StartInNo3D = false;
|
|
public static bool OverrideINI = false;
|
|
public static bool RequestToOutputInfo = false;
|
|
public static bool DebugMode = false;
|
|
public static bool NoWebServer = false;
|
|
public static string ServerInfoFileName = "serverinfo.txt";
|
|
public static int ProcessID = 0;
|
|
}
|
|
}
|