Files
tbd-station-14/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs
2022-05-13 17:59:03 +10:00

9 lines
199 B
C#

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