4 lines
74 B
C#
4 lines
74 B
C#
namespace SharpChat.Events {
|
|
public interface IChatEvent {
|
|
}
|
|
}
|