private IEnumerator DisablePortal(float waitTime) { target.SetEnabled(false); yield return(new WaitForSeconds(waitTime)); target.SetEnabled(true); }