private IEnumerator CheckNumberEnemies() { while (true) { if (IsPlayerMoving == false) { ShootS(); } yield return(new WaitForSeconds(_arenaManager.GetShootDelay())); } }