Example #1
0
 void close()
 {
     if (window)
     {
         window.FinishWindow();
     }
     else if (exitGame)
     {
         if (exitnow)
         {
             doclose();
         }
         exitnow = true;
         MessageLine.Show("再点一次" + "退出".color("red"), () => exitnow = false);
     }
 }