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