Exemple #1
0
 private void ActivateTroll()
 {
     musicClip.PlayDelayed(2.5f);
     trollActivated = true;
     troll.SetActive();
     Invoke("DestroyPlatforms", 1.5f);
 }