Gas analyzer compref removal (#17992)

* Gas analyzer compref removal

* don't question it
This commit is contained in:
Nemanja
2023-07-12 15:47:45 -04:00
committed by GitHub
parent 65d069a203
commit 37e6d99e49
7 changed files with 151 additions and 164 deletions

View File

@@ -1,9 +0,0 @@
using Content.Shared.Atmos.Components;
namespace Content.Client.Atmos.Components
{
[RegisterComponent]
internal sealed class GasAnalyzerComponent : SharedGasAnalyzerComponent
{
}
}