use of cally72jhb.addon.system.hud.MemoryHud in project vector-addon by cally72jhb.
the class Systems method postInit.
public static void postInit() {
HUD hud = meteordevelopment.meteorclient.systems.Systems.get(HUD.class);
hud.topCenter.add(new CustomChatHud(hud));
hud.topLeft.add(new StatsHud(hud));
hud.topLeft.add(new MemoryHud(hud));
hud.topLeft.add(new PacketHud(hud));
// hud.topLeft.add(new RadarHud(hud));
}
Aggregations