10 lines
198 B
C#
10 lines
198 B
C#
using Content.Shared.Atmos.Components;
|
|
|
|
namespace Content.Client.Atmos.Components
|
|
{
|
|
[RegisterComponent]
|
|
internal sealed class GasAnalyzerComponent : SharedGasAnalyzerComponent
|
|
{
|
|
}
|
|
}
|