Beispiel #1
0
 public void PlayerIsHit()
 {
     spawner.StopSpawning();
     bossScript.EndInvoke();
     gameOverCard.SetActive(true);
 }