瀏覽代碼

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 年之前
父節點
當前提交
fb4df3a4be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

@@ -12,7 +12,7 @@ namespace GFGGame.HotUpdate
         public static void Start()
         public static void Start()
         {
         {
             //Reporter
             //Reporter
-            GameObject.Find("Reporter").GetComponent<Reporter>().numOfCircleToShow = 6;
+            GameObject.Find("Reporter").GetComponent<Reporter>().numOfCircleToShow = 7;
             //版本日志
             //版本日志
             VEngine.Logger.Loggable = false;
             VEngine.Logger.Loggable = false;
             //ET
             //ET