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