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); } }