コード例 #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
ファイル: AddonBaseOld.cs プロジェクト: qvazzler/Lyralei
 public virtual void onClientBan(object sender, TS3QueryLib.Core.Server.Notification.EventArgs.ClientBanEventArgs e)
 {
 }