yyl
2026-02-11 3f2cd27c5dfb3b450245bf1a37fc1b3414031c7c
Main/System/HeroUI/HeroGiftWashWin.cs
@@ -150,6 +150,7 @@
    {
        //延迟0.5秒发包
        await UniTask.Delay(500);
        if (this == null) return; // destroyed during await
        var hero = HeroManager.Instance.GetHero(HeroUIManager.Instance.selectWashHeroGUID);
        if (hero == null)
        {