sharp-chat/SharpChat/Events/IChatEvent.cs

5 lines
74 B
C#
Raw Normal View History

2024-05-19 21:02:17 +00:00
namespace SharpChat.Events {
public interface IChatEvent {
}
}