소스 검색

添加物品的异步加载

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();
             });
         }