mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
15 lines
285 B
C#
15 lines
285 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
|
|
}
|
|
#endregion
|
|
}
|