private IEnumerator NoSlowDwonThreshold() { yield return(new WaitForSeconds(0.1f)); mover.AllowSlowDown(true); }