Fix MechAir datadefs (#19778)

This commit is contained in:
metalgearsloth
2023-09-03 17:20:45 +10:00
committed by GitHub
parent db89083942
commit 1127b7961a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ namespace Content.Server.Mech.Components;
/// This is basically a reverse scrubber for MechAir /// This is basically a reverse scrubber for MechAir
/// </summary> /// </summary>
[RegisterComponent] [RegisterComponent]
public sealed class MechAirFilterComponent : Component public sealed partial class MechAirFilterComponent : Component
{ {
/// <summary> /// <summary>
/// Gases that will be filtered out of internal air /// Gases that will be filtered out of internal air

View File

@@ -6,7 +6,7 @@ namespace Content.Server.Mech.Components;
/// This is basically a siphon vent for mech but not using pump vent component because MechAir bad /// This is basically a siphon vent for mech but not using pump vent component because MechAir bad
/// </summary> /// </summary>
[RegisterComponent] [RegisterComponent]
public sealed class MechAirIntakeComponent : Component public sealed partial class MechAirIntakeComponent : Component
{ {
/// <summary> /// <summary>
/// Target pressure change for a single atmos tick /// Target pressure change for a single atmos tick