Ejemplo n.º 1
0
 public void Exit()
 {
     this.m_exiting = true;
     if (ErrorReporter.Get().busy)
     {
         base.StartCoroutine(this.WaitThenExit());
     }
     else
     {
         GeneralUtils.ExitApplication();
     }
 }