public void AddHeroesSuggestionMessage(string[] heroes, string[] imgs)
 {
     renderer.HeroSelectionHints(heroes, imgs);
 }