namespace Content.Server.DeviceLinking.Components; /// /// This is used for automatic linkage with buttons and other transmitters. /// [RegisterComponent] public sealed partial class AutoLinkReceiverComponent : Component { [DataField("channel", required: true)] public string AutoLinkChannel = default!; }