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