sharp-chat/SharpChat/Events/IChatEvent.cs

5 lines
74 B
C#

namespace SharpChat.Events {
public interface IChatEvent {
}
}