Exemplo n.º 1
0
 public void PlayButtonClicked()
 {
     if (!IsLocked)
     {
         if (SoundAllowed)
         {
             audioSource.Play();
         }
         loadingAnim.SetActive(true);
         selectionPossible = false;
         levelMaster.PlayButtonClicked();
     }
 }