In old NGUI version I had UIButtonMessage script on my button. Button's target was changeable - when I clicked on some object, it became the button's target. But now I try to access NGUI button Notify when OnClick. I haven't found it in button's script, so how can I change the button's Notify (OnClick) through my script? And just to be clear - I need to change the button's notify(target), not the function
