Ejemplo n.º 1
0
 /// <summary>
 /// The average ping between the client and the server
 /// </summary>
 public int GetAveragePing()
 {
     return(peer.GetAveragePing(peer.GetGUIDFromIndex(0)));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The average ping between the server and the client
 /// </summary>
 public int GetAveragePing(ulong guid)
 {
     return(peer.GetAveragePing(guid));
 }