16 lines
466 B
C#
16 lines
466 B
C#
namespace NovetusCMD
|
|
{
|
|
#region LocalVars
|
|
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;
|
|
}
|
|
#endregion
|
|
}
|