Files
crystall-punk-14/Content.Server/Atmos/Components/AtmosExposedComponent.cs

12 lines
283 B
C#
Raw Permalink Normal View History

2022-05-13 00:59:03 -07:00
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
{
}
}