public void AddHPs(double[] newhps, double[] newmaxhps)
 {
     renderer.UpdateHeroHPGraph(newhps, newmaxhps);
 }