first
This commit is contained in:
12
CringeLauncher/Program.cs
Normal file
12
CringeLauncher/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Diagnostics;
|
||||
using CringeLauncher;
|
||||
|
||||
#if DEBUG
|
||||
while (!Debugger.IsAttached)
|
||||
Thread.Sleep(100);
|
||||
#endif
|
||||
|
||||
using var launcher = new Launcher();
|
||||
|
||||
launcher.Initialize(args);
|
||||
launcher.Run();
|
Reference in New Issue
Block a user