yyl
2026-04-03 99a11d2bb19d74f6cc8584ac16838062af4fb301
Main/Component/UI/Common/ButtonClickInterval.cs
@@ -22,7 +22,7 @@
    IEnumerator DelayClick()
    {
        yield return new WaitForSeconds(interval);
        yield return WaitForSecondsCache.Get(interval);
        targetBtn.enabled = true;
    }
}