Beispiel #1
0
 public void AddBanIP(string address, int seconds = 60)
 {
     if (pointer == IntPtr.Zero)
     {
         return;
     }
     RakPeer_Native.NET_AddBanIP(pointer, address, seconds);
 }