public HudInterface(HudConfig hudConfig, HudConstants constants) { drawingUtils = new DrawingUtils(); currentState = new HudState(); ConfigureHud(hudConfig, constants); }