IEnumerator Run() { for (int i = 0; i < count; i++) { cell.Run(); yield return(new WaitForSeconds(period)); } }