sharp-chat/SharpChat/Events/ChatEvent.cs

4 lines
68 B
C#
Raw Normal View History

namespace SharpChat.Events {
public interface ChatEvent {}
}