localvars regioning

This commit is contained in:
Bitl 2020-07-06 08:30:30 -07:00
parent 8305ef224b
commit aa1ce3628f
3 changed files with 6 additions and 13 deletions

View File

@ -1,5 +1,6 @@
namespace NovetusCMD
{
#region LocalVars
public static class LocalVars
{
public static bool StartInNo3D = false;
@ -10,4 +11,5 @@
public static string ServerInfoFileName = "serverinfo.txt";
public static int ProcessID = 0;
}
#endregion
}

View File

@ -1,9 +1,5 @@
using System.Collections.Generic;
namespace NovetusLauncher
namespace NovetusLauncher
{
#region Classes
#region LocalVars
class LocalVars
{
@ -42,6 +38,4 @@ namespace NovetusLauncher
public static AssetCacheDef ItemPantsTexture { get { return new AssetCacheDef("Pants", new string[] { "PantsTemplate" }, new string[] { ".png" }, new string[] { Directories.pantsdirTextures }, new string[] { Directories.pantsGameDirTextures }); } }
}
#endregion
#endregion
}

View File

@ -1,12 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace NovetusURI
namespace NovetusURI
{
#region LocalVars
class LocalVars
{
public static bool ReadyToLaunch = false;
}
#endregion
}