mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 23:17:43 +03:00
* add tape recorder * add filled tape recorder to trinkets * :trollface: * :trollface: --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
10 lines
314 B
C#
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;
|