1
0
mirror of synced 2024-09-28 19:56:09 +00:00
Tapeti/ISubscriber.cs

7 lines
69 B
C#

namespace Tapeti
{
public interface ISubscriber
{
}
}