LT_Kill_DeathsLabelText:SetText("Deaths");
this.ItemHeight = 13;
this.VisibleCount = 5;
this.ButtonName = "LT_Kill_DeathButton";
this.TotalCountHandler = LT_Kill_Deaths_GetTotal;
this.ItemLabelHandler = LT_Kill_Deaths_GetItemLabel;
LT_Kill_DropsLabelText:SetText("Drops");
this.ItemHeight = 13;
this.VisibleCount = 10;
this.ButtonName = "LT_Kill_DropButton";
this.TotalCountHandler = LT_Kill_Drops_GetTotal;
this.ItemLabelHandler = LT_Kill_Drops_GetItemLabel;
LT_Kill_ValueLabelText:SetText("Average Value");