mirror of
https://github.com/Caraxi/mare.client.git
synced 2026-01-01 09:23:39 +01:00
6 lines
No EOL
138 B
C#
6 lines
No EOL
138 B
C#
namespace MareSynchronos.Services.Mediator;
|
|
|
|
public abstract record MessageBase
|
|
{
|
|
public virtual bool KeepThreadContext => false;
|
|
} |