Files
tbd-station-14/Content.Server/DeviceNetwork/Components/WiredNetworkComponent.cs
2022-02-02 14:35:40 +11:00

11 lines
226 B
C#

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