void Start() { PercentageOfTraders = Mathf.RoundToInt(((float)NpcCat.transform.childCount / 100) * Percent); UIS.CreateAnEmptyListOfWinners(); StartCoroutine(StartingProcedure(2f)); // Отсчитываем время до старта }