Exemple #1
0
 public void Continue()
 {
     SM = GameManager.Instance.GetComponent <SpawnManager>();
     PM = FindObjectOfType <PlayerManager>();
     if (SM)
     {
         SM.Continue();
         GameManager.Instance.Audio.Play();
         PM.HeliSound.Play();
     }
 }