10 lines
234 B
C#
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";
|
|
}
|
|
}
|