6
2025-11-15 12:24:44 +03:00

11 lines
327 B
C#

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