private IEnumerator Death() { for (int i = 0; i < 2; i++) { yield return(new WaitForSeconds(1f)); } end.Lose(); }