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