public bool Accept(TS.QQ.Packets.InPacket inPacket)
 {
     return inPacket.GetFamily() == ProtocolFamily.Basic;
 }