GasPipeSensorComponent.cs 327 B

12345678910
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Atmos.Components;
  3. /// <summary>
  4. /// Entities with component will be queried against for their
  5. /// atmos monitoring data on atmos monitoring consoles
  6. /// </summary>
  7. [RegisterComponent, NetworkedComponent]
  8. public sealed partial class GasPipeSensorComponent : Component;