feat(runtime): share chat commands and run login sequence
This commit is contained in:
parent
5535d0adac
commit
41b15efd4d
57 changed files with 1739 additions and 345 deletions
|
|
@ -21,7 +21,7 @@ namespace AcDream.UI.Abstractions.Panels.Chat;
|
|||
/// unchanged transcript does not require a queue snapshot each frame.
|
||||
/// </para>
|
||||
/// </summary>
|
||||
public sealed class ChatVM : IDisposable
|
||||
public sealed class ChatVM : IDisposable, IChatCommandFeedback
|
||||
{
|
||||
/// <summary>Default number of tail entries rendered.</summary>
|
||||
public const int DefaultDisplayLimit = 20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue