Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

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.

Thank You for pointing me in the right direction.