示例#1
0
 //Client banned from server
 private void Notifications_ClientBan(object sender, TS3QueryLib.Core.Server.Notification.EventArgs.ClientBanEventArgs e)
 {
     //addonManager.addons.ForEach(f => f.onClientBan(sender, e));
 }
示例#2
0
 public virtual void onClientBan(object sender, TS3QueryLib.Core.Server.Notification.EventArgs.ClientBanEventArgs e)
 {
 }