6 lines
272 B
C#
6 lines
272 B
C#
|
namespace RegexBot; // Note: Within RegexBot namespace, for ease of use by modules
|
||
|
/// <summary>
|
||
|
/// An empty interface which denotes that the implementing object instance may be passed through
|
||
|
/// the shared event service.
|
||
|
/// </summary>
|
||
|
public interface ISharedEvent { }
|