Example #1
0
 static Write() {
     if (DevMode.IsDevMode && !System.Diagnostics.Debugger.IsAttached) {
         ConsoleManager.Show();
     }
 }