If you make a class with the same methods as Unity’s GenericMenu, the only change you should need to make in UltEvents should be in MethodSelectionMenu.cs just putting a using GenericMenu = YourClass; at the top.
GenericMenu
using GenericMenu = YourClass;
Thank You for pointing me in the right direction.