예제 #1
0
 private void OnBaseDeath()
 {
     GAME_LOST        = true;
     audioSource.clip = loseGameSound;
     audioSource.Play();
     uiManager.DisplayLosePanel();
     StartCoroutine(LoadEndScreen());
 }