yyl
2025-05-27 8331b2adfe9c841a345b6ab0b2ec0ebf31a66f0d
Main/System/Message/SysNotifyMgr.cs
@@ -72,8 +72,7 @@
    private void BeforePlayerDataInitializeEvent()
    {
        // TODO YYL
        // ScrollTip.m_Hints.Clear();
        ScrollTip.m_Hints.Clear();
        ServerTipDetails.ClearHint();
    }
@@ -117,7 +116,7 @@
#if UNITY_EDITOR
            string hint = Language.Get("L1093", key);
            // TODO YYL
            // ScrollTip.ShowTip(hint);
            ScrollTip.ShowTip(hint);
            // ChatCtrl.Inst.RevChatInfo(hint);
#endif
        }
@@ -217,8 +216,7 @@
                    break;
                case SysNotifyType.SysFixedTip1:
                case SysNotifyType.SysScrollTip:
                    // TODO YYL
                    // ScrollTip.ShowTip(msg, tipInfoList, order);
                    ScrollTip.ShowTip(msg, tipInfoList, order);
                    break;
                case SysNotifyType.SysIntervalFixedTip:
                    ServerTipDetails.ShowServerTip(msg, tipInfoList, order);