Exemple #1
0
 public void AddSound(byte[] data)
 {
     if (clientAudio.IsPlaying)
     {
         clientAudio.AddSound(data);
     }
 }