public void TryPing()
 {
     _Packet.RequestPing();
 }
Example #2
0
 public void TryPing(int pingTime)
 {
     _Packet.RequestPing(pingTime);
 }