yyl
2025-08-05 2917e8a4eae31c1a1bc4419a9b6f23be7e4fda3e
Main/Component/UI/Effect/TimeMgr.cs
@@ -67,7 +67,7 @@
        }
        catch (Exception e)
        {
            DebugEx.Log(e.StackTrace);
            Debug.Log(e.StackTrace);
        }
        for (int i = 0; i < syntonyList.Count; i++)
        {
@@ -222,7 +222,7 @@
        {
            endTime = TimeUtility.ServerNow.AddSeconds(_totalTime);
            callback = _func;
            DebugEx.LogFormat("{0}{1}", type, endTime);
            Debug.LogFormat("{0}{1}", type, endTime);
        }
    }