Exemple #1
0
 public bool MuteClientForAll(IVoiceClient client, bool muted)
 {
     return(NativeLibary.JV_MuteClientForAll(client.Handle.Identifer, muted));
 }