예제 #1
0
 IEnumerator Dead()
 {
     GC.P1_Contral.IsContral = false;
     GC.P2_Contral.IsContral = false;
     AS.Play();
     while (AS.isPlaying)
     {
         yield return(new WaitForEndOfFrame());
     }
     GC.QuickLoad();
 }
예제 #2
0
 public void Dead()
 {
     contralor.QuickLoad();
 }