using Robust.Shared.GameStates; namespace Content.Shared.Atmos.Components; /// /// Entities with component will be queried against for their /// atmos monitoring data on atmos monitoring consoles /// [RegisterComponent, NetworkedComponent] public sealed partial class GasPipeSensorComponent : Component;