6
2025-08-13 15:03:01 +03:00

12 lines
283 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 partial class AtmosExposedComponent : Component
{
}
}