Delta-v/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs

11 lines
233 B
C#

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