private IEnumerator EndOfLifeProjectile() { yield return(new WaitForSeconds(LifeTime)); _pool.DisposeProjectile(this); }