yyl
2026-02-11 3f2cd27c5dfb3b450245bf1a37fc1b3414031c7c
Main/System/Guild/GuildBossWin.cs
@@ -413,10 +413,13 @@
        atkBtn.SetColorful(null, false);
        atkCDText.text = "3";
        await UniTask.Delay(1000);
        if (this == null) return; // destroyed during await
        atkCDText.text = "2";
        await UniTask.Delay(1000);
        if (this == null) return; // destroyed during await
        atkCDText.text = "1";
        await UniTask.Delay(1000);
        if (this == null) return; // destroyed during await
        atkBtn.SetColorful(null, true);
        isCD = false;
@@ -485,6 +488,7 @@
                };
                hurtValues[i].text = BattleUtility.DisplayDamageNum(dmg);
                await UniTask.Delay(atkValueShowCD);
                if (this == null) return; // destroyed during await
            }
            else
            {