Exemplo n.º 1
0
 public int GetLowestPing(ulong guid = 0)
 {
     if (pointer == IntPtr.Zero)
     {
         return(0);
     }
     return(RakPeer_Native.NET_GetLowestPing(pointer, guid));
 }