Separate retail client actions, ACE server commands, and ordinary chat at the shared router. Port lifestone/lif/ls from the named retail registry through a typed App controller to game action 0x0063, keep unknown verbs on ACE Talk, and cover both UI backends plus exact outbound bytes. Co-Authored-By: Codex <codex@openai.com>
8 lines
336 B
C#
8 lines
336 B
C#
namespace AcDream.UI.Abstractions;
|
|
|
|
/// <summary>
|
|
/// Command text owned by the connected server rather than the retail client.
|
|
/// <see cref="Text"/> is canonicalized to an <c>@</c> prefix because ACE
|
|
/// consumes administrator commands from the Talk game action.
|
|
/// </summary>
|
|
public sealed record SendServerCommandCmd(string Text);
|