Пример #1
0
 public void GiveUp()
 {
     aController.PlaySE(gameoverClip);
     this.GetComponent <PlayerMove>().enabled = false;
     animator.SetTrigger("Goal");
     lManager.DisplayRetryButton();
 }