I'm having a 3rd party module that extends some controller (after updating from previous version that used to do it in a separate controller) that I need to extend with my own module already. Both have a completely different set of actions.
Is there a way to use both extensions (3rd party and own) without colliding?