Description

This simple mod allows modders to have mutliple HUD elements on the screen. Currently you can only have 1 Custom UI HUD Element on the screen but this mods adds a Custom UI HUD wrapper that adds multiple elements into one.
Usage:
MultipleHUD.getInstance().setCustomHud(player, playerRef, "Hud1", new TestUIHUD()); MultipleHUD.getInstance().setCustomHud(player, playerRef, "Hud2", new TestUIHUD());

