using UnityEngine.UI; namespace AlicizaX.UI.Extension { public interface IButton { Button.ButtonClickedEvent onClick { get; set; } } }