namespace SharpChat.Packet { public class PongPacket : SockChatS2CPacket { public override string Pack() { return "0\tpong"; } } }