Fix MechAir datadefs (#19778)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user