using Robust.Shared.GameObjects; namespace Content.Server.Atmos.Components { // not if i get there first - Flipp /// /// Represents that entity can be exposed to Atmos /// [RegisterComponent] public sealed class AtmosExposedComponent : Component { } }