Files
wwdpublic/Content.Shared/Forensics/Components/FingerprintMaskComponent.cs
ScarKy0 715cf4694f Move FingerprintComponent and FingerprintMaskComponent to shared (#35451)
* init

* review

* whoopsie

(cherry picked from commit 88308356db1616af98a82c0e11d43cb61d15a99e)
2025-10-04 12:51:43 +03:00

12 lines
323 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Forensics.Components;
/// <summary>
/// This component stops the entity from leaving fingerprints,
/// usually so fibres can be left instead.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class FingerprintMaskComponent : Component;