Files
tbd-station-14/Content.Server/Atmos/Components/AtmosExposedComponent.cs
2022-05-13 17:59:03 +10:00

12 lines
275 B
C#

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