Remove disposals compref (#19558)

This one was relatively painless.
This commit is contained in:
metalgearsloth
2023-08-31 11:08:23 +10:00
committed by GitHub
parent 850a542067
commit b08967b752
6 changed files with 18 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
using Content.Shared.Body.Components;
using System.Diagnostics.CodeAnalysis;
using Content.Shared.Body.Components;
using Content.Shared.Disposal.Components;
using Content.Shared.DoAfter;
using Content.Shared.DragDrop;
@@ -34,6 +35,8 @@ public abstract class SharedDisposalUnitSystem : EntitySystem
// Percentage
public const float PressurePerSecond = 0.05f;
public abstract bool HasDisposals([NotNullWhen(true)] EntityUid? uid);
/// <summary>
/// Gets the current pressure state of a disposals unit.
/// </summary>