Explorar el Código

添加物品的异步加载

leiyasi hace 1 año
padre
commit
7178d00f0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
             });
         }