localvars regioning
This commit is contained in:
parent
8305ef224b
commit
aa1ce3628f
|
|
@ -1,5 +1,6 @@
|
||||||
namespace NovetusCMD
|
namespace NovetusCMD
|
||||||
{
|
{
|
||||||
|
#region LocalVars
|
||||||
public static class LocalVars
|
public static class LocalVars
|
||||||
{
|
{
|
||||||
public static bool StartInNo3D = false;
|
public static bool StartInNo3D = false;
|
||||||
|
|
@ -10,4 +11,5 @@
|
||||||
public static string ServerInfoFileName = "serverinfo.txt";
|
public static string ServerInfoFileName = "serverinfo.txt";
|
||||||
public static int ProcessID = 0;
|
public static int ProcessID = 0;
|
||||||
}
|
}
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
using System.Collections.Generic;
|
namespace NovetusLauncher
|
||||||
|
|
||||||
namespace NovetusLauncher
|
|
||||||
{
|
{
|
||||||
#region Classes
|
|
||||||
|
|
||||||
#region LocalVars
|
#region LocalVars
|
||||||
class 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 }); } }
|
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
|
||||||
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,9 @@
|
||||||
using System;
|
namespace NovetusURI
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
namespace NovetusURI
|
|
||||||
{
|
{
|
||||||
|
#region LocalVars
|
||||||
class LocalVars
|
class LocalVars
|
||||||
{
|
{
|
||||||
public static bool ReadyToLaunch = false;
|
public static bool ReadyToLaunch = false;
|
||||||
}
|
}
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue