mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +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;
|
|
} |