fix(cooldown-button): restore event
parent
3737c610b6
commit
ff548fec7e
|
@ -144,6 +144,7 @@ namespace UnityEngine.UI.Extensions
|
|||
/// </summary>
|
||||
public void StartCooldown()
|
||||
{
|
||||
OnCooldownStart.Invoke(new PointerEventData.InputButton());
|
||||
cooldownTimeRemaining = cooldownTimeout;
|
||||
cooldownActive = cooldownInEffect = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue