:trollface:
This commit is contained in:
parent
8f9e62edbc
commit
22ad62dc61
|
|
@ -17,7 +17,6 @@ using Robust.Shared.Map;
|
|||
using Robust.Shared.Map.Components;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Content.Shared.Station.Components;
|
||||
using FastAccessors;
|
||||
using Robust.Shared.Utility;
|
||||
using YamlDotNet.RepresentationModel;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ using Content.Shared.DoAfter;
|
|||
using Content.Shared.Examine;
|
||||
using Content.Shared.Interaction;
|
||||
using Content.Shared.Labels.Components;
|
||||
using Content.Shared.Popups;
|
||||
using Content.Shared.Tag;
|
||||
using Content.Shared.Toggleable;
|
||||
using Content.Shared.UserInterface;
|
||||
|
|
@ -30,7 +29,6 @@ public abstract class SharedTapeRecorderSystem : EntitySystem
|
|||
[Dependency] protected readonly SharedAudioSystem Audio = default!;
|
||||
[Dependency] private readonly SharedDoAfterSystem _doAfter = default!;
|
||||
[Dependency] private readonly ItemSlotsSystem _slots = default!;
|
||||
[Dependency] private readonly SharedPopupSystem _popup = default!;
|
||||
[Dependency] private readonly SharedUserInterfaceSystem _ui = default!;
|
||||
|
||||
protected const string SlotName = "cassette_tape";
|
||||
|
|
|
|||
Loading…
Reference in New Issue