yyl
23 小时以前 b3b82915705dfee86db127d45eea6dd2442d6d92
Main/Main.cs
@@ -120,6 +120,21 @@
        ClearGameData();
        //销毁所有战场
        BattleManager.Instance.DestroyAllBattleField();
        //游戏内日志关闭
#if !UNITY_EDITOR
        if (File.Exists(Directory.GetParent(Application.persistentDataPath) + "/Debug") ||
        LocalSave.GetString("#@#BrancH") != string.Empty)
        {
            Debug.unityLogger.logEnabled = true;
        }
        else
        {
            Debug.unityLogger.logEnabled = false;
        }
#endif
    }
    private static void ReleaseMgrs()