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