WiredNetworkComponent.cs 207 B

12345678
  1. namespace Content.Server.DeviceNetwork.Components
  2. {
  3. [RegisterComponent]
  4. [ComponentProtoName("WiredNetworkConnection")]
  5. public sealed partial class WiredNetworkComponent : Component
  6. {
  7. }
  8. }