configuration rework
This commit is contained in:
6
MareSynchronos/Mediator/IMediatorSubscriber.cs
Normal file
6
MareSynchronos/Mediator/IMediatorSubscriber.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MareSynchronos.Mediator;
|
||||
|
||||
public interface IMediatorSubscriber : IDisposable
|
||||
{
|
||||
MareMediator Mediator { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user