summaryrefslogtreecommitdiff
path: root/Impostor-dev/src/Impostor.Api/Events/IEvent.cs
blob: 796898e1af6ed74a022e0a82d3b78d84cca260b1 (plain)
1
2
3
4
5
6
namespace Impostor.Api.Events
{
    public interface IEvent
    {
    }
}