Files
tbd-station-14/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs
2022-05-13 17:59:03 +10:00

10 lines
226 B
C#

namespace Content.Server.Atmos.Piping.Unary.Components
{
[RegisterComponent]
public sealed class GasPassiveVentComponent : Component
{
[DataField("inlet")]
public string InletName = "pipe";
}
}