private IEnumerator PlaySubs(PlaySound sound, float previousTime) { yield return(new WaitForSeconds(previousTime)); sound.Action(); }