private IEnumerator AllowRockToPassCameraBack() { yield return(new WaitForSeconds(DELAY_BETWEEN_CAMERA_SWITCH)); stoneClone.CanSwitchCameraBack(); }