Browse Source

Reporter打开方式

guodong 2 years ago
parent
commit
c267276db6
1 changed files with 1 additions and 1 deletions
  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