using Content.Server.MachineLinking.System; namespace Content.Server.MachineLinking.Components { [RegisterComponent] [Access(typeof(SignalLinkerSystem))] public sealed class SignalReceiverComponent : Component { [DataField("inputs")] public Dictionary> Inputs = new(); } }