瀏覽代碼

添加物品的异步加载

leiyasi 1 年之前
父節點
當前提交
7178d00f0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -42,6 +42,7 @@ namespace GFGGame
                 GameConfig.InitData(data);
                 //显示登录
                 LoginController.ShowLogin();
+                //ItemCfgArray.Instance.GetAllDataAsync();
             });
         }