Files
wwdpublic/Content.Shared/DeltaV/TapeRecorder/Components/FitsInTapeRecorderComponent.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
314 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.DeltaV.TapeRecorder.Components;
/// <summary>
/// Removed from the cassette when damaged to prevent it being played until repaired
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class FitsInTapeRecorderComponent : Component;