Closed Sparky983 closed 1 year ago
Adds the ability to publish events directly, rather than indirectly through methods such as Button.click(Click).
Button.click(Click)
Button.name(Component), Gui.button(Slot, Button), etc. will still publish events implicitly.
Button.name(Component)
Gui.button(Slot, Button)
Adds the ability to publish events directly, rather than indirectly through methods such as
Button.click(Click)
.Button.name(Component)
,Gui.button(Slot, Button)
, etc. will still publish events implicitly.