5 lines
81 B
C#
5 lines
81 B
C#
namespace SharpChat.SockChat;
|
|
|
|
public interface S2CPacket {
|
|
string Pack();
|
|
}
|