Exemplo n.º 1
0
 public void Play()
 {
     if (a == null)
     {
         InitAudio();
     }
     a.Play();
 }