Ejemplo n.º 1
0
 public void OnPointerClick(PointerEventData eventData)
 {
     if (OnClick != null)
     {
         OnClick.Invoke();
     }
 }