浏览代码

Reporter打开方式

guodong 2 年之前
父节点
当前提交
c267276db6
共有 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()
         {
             //Reporter
-            GameObject.Find("Reporter").GetComponent<Reporter>().numOfCircleToShow = 6;
+            GameObject.Find("Reporter").GetComponent<Reporter>().numOfCircleToShow = 7;
             //版本日志
             VEngine.Logger.Loggable = false;
             //ET