RegexBot/Services/SharedEventService/SharedEvent.cs

6 lines
272 B
C#
Raw Normal View History

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 { }