public Hud(Table table) { this.table = table; this.settings = new HudUserSettings(); this.windowsList = new HudWindowsList(); this.visible = true; }