Ejemplo n.º 1
0
 protected void Unsubscribe(UnityEvent e, UnityAction action)
 {
     UnityEventOwner.Unsubscribe(e, action);
 }