Files
tbd-station-14/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs

9 lines
207 B
C#

namespace Content.Server.DeviceNetwork.Components
{
[RegisterComponent]
[ComponentProtoName("WiredNetworkConnection")]
public sealed partial class WiredNetworkComponent : Component
{
}
}