Is it possible to make a ControllerComponent where you can add connectors, without scripting, inside the editor?
Have tried to use Component:addConnector(event, target, action) in a few ways without results.
Done a workaround using a LeverComponent for now.