Files
wwdpublic/Content.Shared/DeltaV/TapeRecorder/Components/ActiveTapeRecorderComponent.cs
deltanedas 876e1cf402 add tape recorder (#2498)
* add tape recorder

* add filled tape recorder to trinkets

* :trollface:

* :trollface:

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-07-12 03:01:19 +10:00

10 lines
305 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.DeltaV.TapeRecorder.Components;
/// <summary>
/// Added to tape records that are updating, winding or rewinding the tape.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ActiveTapeRecorderComponent : Component;