yyl
2026-05-07 01b5728a890315e4dbe9aabf7225a7957171e1a5
Main/System/Message/MessageWin.cs
@@ -1,6 +1,7 @@
using UnityEngine;
using UnityEngine.UI;
using DG.Tweening;
using Cysharp.Threading.Tasks;
using System.Text.RegularExpressions;
@@ -109,14 +110,6 @@
            OnGMOpen();
            ServerTipDetails.requireOpenGM = false;
        }
    }
    private void OnDisable()
    {
        m_ContainerNormalHint.SetActive(false);
        m_ContainerChatHint.SetActive(false);
        DisableServerTip();
        StopAllCoroutines();
    }
    void CheckNormalHint()