9 lines
207 B
C#
9 lines
207 B
C#
namespace Content.Server.DeviceNetwork.Components
|
|
{
|
|
[RegisterComponent]
|
|
[ComponentProtoName("WiredNetworkConnection")]
|
|
public sealed partial class WiredNetworkComponent : Component
|
|
{
|
|
}
|
|
}
|