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