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

12 lines
262 B
C#
Raw Normal View History

/**
* GasAnalyzableComponent is a component for anything that can be examined with a gas analyzer.
*/
namespace Content.Server.Atmos.Components
{
[RegisterComponent]
public sealed class GasAnalyzableComponent : Component
{
// Empty
}
}