Exemplo n.º 1
0
 public void OnPlayerKilled()
 {
     playerStart.SpawnPlayer();
     bgm.Play();
     win.Stop();
     winPanel.gameObject.SetActive(false);
 }