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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
/// </summary>
[RegisterComponent]
public sealed class MechAirFilterComponent : Component
public sealed partial class MechAirFilterComponent : Component
{
/// <summary>
/// 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
/// </summary>
[RegisterComponent]
public sealed class MechAirIntakeComponent : Component
public sealed partial class MechAirIntakeComponent : Component
{
/// <summary>
/// Target pressure change for a single atmos tick