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