Files
tbd-station-14/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs
2022-02-16 18:23:23 +11:00

11 lines
233 B
C#

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