GasPassiveVentComponent.cs 234 B

123456789
  1. namespace Content.Server.Atmos.Piping.Unary.Components
  2. {
  3. [RegisterComponent]
  4. public sealed partial class GasPassiveVentComponent : Component
  5. {
  6. [DataField("inlet")]
  7. public string InletName = "pipe";
  8. }
  9. }