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