private IEnumerator FadeOut() { yield return(new WaitForSecondsRealtime(_livingTime)); _projectilePool.AddProjectileToList(this); }