mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
adjustments to internal messaging
This commit is contained in:
parent
a909319ae3
commit
4f200f2072
7 changed files with 160 additions and 94 deletions
6
MareSynchronos/Services/Mediator/MessageBase.cs
Normal file
6
MareSynchronos/Services/Mediator/MessageBase.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace MareSynchronos.Services.Mediator;
|
||||
|
||||
public abstract record MessageBase
|
||||
{
|
||||
public virtual bool KeepThreadContext => false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue