Gas analyzers now analyze gases in pipes (#7112)
This commit is contained in:
18
Content.Server/Atmos/Components/GasAnalyzableComponent.cs
Normal file
18
Content.Server/Atmos/Components/GasAnalyzableComponent.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Content.Server.Atmos.Piping.EntitySystems;
|
||||
using JetBrains.Annotations;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Maths;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
using Robust.Shared.ViewVariables;
|
||||
|
||||
/**
|
||||
* 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user