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