1
0
mirror of synced 2024-07-03 09:00:36 +00:00
Tapeti/ISubscriber.cs

7 lines
69 B
C#

namespace Tapeti
{
public interface ISubscriber
{
}
}