public void TryPing()
 {
     _Packet.RequestPing();
 }
Exemplo n.º 2
0
 public void TryPing(int pingTime)
 {
     _Packet.RequestPing(pingTime);
 }