namespace AcDream.UI.Abstractions; /// /// User intent to execute a retail client command. The application host owns /// the corresponding game-state or network action; UI backends only publish /// this record. /// public sealed record ExecuteClientCommandCmd(ClientCommandId Command, string Arguments);