zhaoyang hace 3 años
padre
commit
7723f72652
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

@@ -25,6 +25,7 @@ namespace GFGGame
             ViewGlobal.CreatClickEffect();
             //获取游戏配置
             GetGameCfg();
+            //预加载配置数据
             InitSqliteData();
         }