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

@@ -3,7 +3,6 @@ using Content.Shared.Disposal.Components;
namespace Content.Client.Disposal;
[RegisterComponent]
[ComponentReference(typeof(SharedDisposalUnitComponent))]
public sealed partial class DisposalUnitComponent : SharedDisposalUnitComponent
{