mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-02-01 02:03:02 +02:00
10 lines
147 B
C#
10 lines
147 B
C#
namespace NovetusURI
|
|
{
|
|
#region LocalVars
|
|
class LocalVars
|
|
{
|
|
public static bool ReadyToLaunch = false;
|
|
}
|
|
#endregion
|
|
}
|