sharp-chat/SharpChat/Events/IChatEvent.cs
2025-04-25 15:49:46 +00:00

3 lines
69 B
C#

namespace SharpChat.Events {
public interface IChatEvent {}
}