4 lines
68 B
C#
4 lines
68 B
C#
|
namespace SharpChat.Events {
|
|||
|
public interface ChatEvent {}
|
|||
|
}
|