|
|
|
namespace NovetusLauncher
|
|
{
|
|
#region LocalVars
|
|
class LocalVars
|
|
{
|
|
#region Easter Egg Variables
|
|
public static int Clicks = 0;
|
|
public static string prevsplash = "";
|
|
#endregion
|
|
#region Commands
|
|
public static string important = "";
|
|
#endregion
|
|
}
|
|
#endregion
|
|
}
|