/// <summary> /// The lowest ping between the client and the server /// </summary> public int GetLowestPing() { return(peer.GetLowestPing(peer.GetGUIDFromIndex(0))); }
/// <summary> /// The lowest ping between the server and the client /// </summary> public int GetLowestPing(ulong guid) { return(peer.GetLowestPing(guid)); }