18 lines
374 B
C#
18 lines
374 B
C#
|
|
namespace NovetusLauncher
|
|
{
|
|
#region LocalVars
|
|
class LocalVars
|
|
{
|
|
#region Variables
|
|
public static int Clicks = 0;
|
|
public static string prevsplash = "";
|
|
public static bool launcherInitState = true;
|
|
#endregion
|
|
#region Commands
|
|
public static string important = "";
|
|
#endregion
|
|
}
|
|
#endregion
|
|
}
|