sharp-chat/SharpChat.SockChat/S2CPacket.cs

5 lines
81 B
C#

namespace SharpChat.SockChat;
public interface S2CPacket {
string Pack();
}