hch
2025-11-24 f0c41c38ec5c651dedc645687597d227dccac981
Main/Component/UI/Core/ButtonEx.cs
@@ -9,12 +9,12 @@
    public event Action ableTimeChangeEvent;
    public float interval = 0.5f;
    public float interval = 0.1f;
    public bool customPositiveSound = false;
    public bool customNegativeSound = false;
    public int positiveSound = 0;
    public int negativeSound = 0;
    public float pressedScale = 1.1f;
    public float pressedScale = 1.05f;
    float m_AbleTime = 0f;
    private Vector3 originalScale;