namespace SharpChat.SockChat;

public interface S2CPacket {
    string Pack();
}