Files
tbd-station-14/Content.Server/Atmos/Piping/Unary/Components/GasPassiveVentComponent.cs

10 lines
234 B
C#

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