Files
tbd-station-14/Content.Server/Forensics/Components/FingerprintMaskComponent.cs

11 lines
291 B
C#

namespace Content.Server.Forensics
{
/// <summary>
/// This component stops the entity from leaving finger prints,
/// usually so fibres can be left instead.
/// </summary>
[RegisterComponent]
public sealed partial class FingerprintMaskComponent : Component
{}
}