From 22c7740bee16435d51090e26e6777fc5cece45cd Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 20 十一月 2025 00:00:55 +0800
Subject: [PATCH] 213 【付费内容】特权卡

---
 Main/Component/UI/Core/ButtonEx.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/Component/UI/Core/ButtonEx.cs b/Main/Component/UI/Core/ButtonEx.cs
index 7342ebf..e6e423d 100644
--- a/Main/Component/UI/Core/ButtonEx.cs
+++ b/Main/Component/UI/Core/ButtonEx.cs
@@ -9,7 +9,7 @@
 
     public event Action ableTimeChangeEvent;
 
-    public float interval;
+    public float interval = 0.5f;
     public bool customPositiveSound = false;
     public bool customNegativeSound = false;
     public int positiveSound = 0;

--
Gitblit v1.8.0