sharp-chat/SharpChat/S2CPacket.cs

5 lines
102 B
C#

namespace SharpChat {
public interface S2CPacket {
IEnumerable<string> Pack();
}
}