summaryrefslogtreecommitdiff
path: root/Impostor-dev/src/Impostor.Api/Net/IConnection.cs
blob: 94f9b8be380f95d6e72b2bae3a436493161fab70 (plain)
1
2
3
4
5
6
7
namespace Impostor.Api.Net
{
    public interface IConnection
    {
        
    }
}