mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
6 lines
129 B
C#
6 lines
129 B
C#
namespace MareSynchronos.Mediator;
|
|
|
|
public interface IMediatorSubscriber : IDisposable
|
|
{
|
|
MareMediator Mediator { get; }
|
|
}
|