Exemple #1
0
 public void StopIntro()
 {
     IntroTema.DOFade(0, 2);
     IntroTema.Stop();
 }
Exemple #2
0
 public void PlayIntro()
 {
     IntroTema.loop = true;
     IntroTema.Play();
 }