public static List <string> GetTowersThatCanUseItem(this Game game, EquipmentNode equipmentNode) { return(EquipmentHelper.GetTowersThatCanUseItem(equipmentNode)); }