namespace AcDream.UI.Abstractions; /// /// Command text owned by the connected server rather than the retail client. /// is canonicalized to an @ prefix because ACE /// consumes administrator commands from the Talk game action. /// public sealed record SendServerCommandCmd(string Text);