From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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