sharp-chat/SharpChat.SockChat/S2CPacket.cs

5 lines
95 B
C#

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