using Robust.Shared.GameObjects; namespace Content.Server.DeviceNetwork.Components { [RegisterComponent] [ComponentProtoName("WiredNetworkConnection")] public class WiredNetworkComponent : Component { } }