mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 14:24:15 +01:00
rework character disposal
This commit is contained in:
parent
996f784c2b
commit
de2cd97dbe
11 changed files with 188 additions and 218 deletions
|
|
@ -3,4 +3,9 @@
|
|||
public abstract record MessageBase
|
||||
{
|
||||
public virtual bool KeepThreadContext => false;
|
||||
}
|
||||
|
||||
public record SameThreadMessage : MessageBase
|
||||
{
|
||||
public override bool KeepThreadContext => true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue