yyl
2026-02-11 3f2cd27c5dfb3b450245bf1a37fc1b3414031c7c
Main/System/Tip/ScrollTipWin.cs
@@ -75,6 +75,7 @@
            {
                OnTipReceiveEvent();
                await UniTask.Delay(100);
                if (this == null) return; // destroyed during await
            }
        }
        finally