Get the menu working, button click broken

This commit is contained in:
zontreck 2024-01-02 03:36:08 -07:00
parent 848b6f495b
commit 01a6f1ddc7
8 changed files with 86 additions and 24 deletions

View file

@ -86,6 +86,8 @@ public class LibZontreck {
Bus.Reset();
ModMenuTypes.REGISTRY.register(bus);
Bus.Register(CurrencyHelper.class, null);
Bus.Register(Bank.class, null);
}