public static bool Send(Objects.Client client) { PingPacket p = new PingPacket(client); return p.Send(); }
public static bool Send(Objects.Client client) { PingPacket p = new PingPacket(client); return(p.Send()); }