Browse Source

添加注释

zhaoyang 3 years ago
parent
commit
7723f72652
1 changed files with 1 additions and 0 deletions
  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();
         }