Forráskód Böngészése

爆满添加退出指令

guodong 3 éve
szülő
commit
313cfbc0ee

+ 4 - 1
GameClient/Assets/Game/HotUpdate/Controller/ErrorCodeController.cs

@@ -30,7 +30,10 @@ namespace GFGGame
                 case ET.ErrorCode.Err_LoginCountFull:
                     {
                         AlertSystem.Show("游戏已爆满,请稍后再试!")
-                              .SetLeftButton(true, "知道了");
+                              .SetLeftButton(true, "知道了", (data) =>
+                              {
+                                  Application.Quit();
+                              });
                     }
                     break;
                 case ET.ErrorCode.Err_ServerMaintain: