hch
2025-08-05 6d9a990ce3eff793946d7b43e9b48e4f7045c20e
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);
        }
    }