Explorar o código

66账号添加跳过引导

zhaoyang %!s(int64=3) %!d(string=hai) anos
pai
achega
a18d08dd89

+ 6 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/GMPanelView.cs

@@ -118,8 +118,13 @@ namespace GFGGame
 
 
         }
-        private void OnClickBtnAll()
+        private async void OnClickBtnAll()
         {
+            bool result = await StorageSProxy.ReqSetClientValue(ConstStorageId.STORAGE_SKIP_GUIDE, 1);
+            if (result)
+            {
+                GameGlobal.skipGuide = true;
+            }
             OnClickBtnGetAllDressUpItem();
             OnClickBtnGetAllCardItem();
             _ui.m_ComBtn.m_txtRoleLv.text = "99";