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