|
@@ -11,6 +11,9 @@ namespace GFGGame.HotUpdate
|
|
|
|
|
|
public static void Start()
|
|
public static void Start()
|
|
{
|
|
{
|
|
|
|
+ //Reporter
|
|
|
|
+ GameObject.Find("Reporter").GetComponent<Reporter>().numOfCircleToShow = 6;
|
|
|
|
+ //版本日志
|
|
VEngine.Logger.Loggable = false;
|
|
VEngine.Logger.Loggable = false;
|
|
//ET
|
|
//ET
|
|
System.AppDomain.CurrentDomain.UnhandledException += (sender, e) =>
|
|
System.AppDomain.CurrentDomain.UnhandledException += (sender, e) =>
|