* Cleanup forensic cleaning * move cleandelay to new component; buff syndiesoap * updated based on feedback * remove tag
8 lines
263 B
C#
8 lines
263 B
C#
namespace Content.Server.Forensics.Components;
|
|
|
|
/// <summary>
|
|
/// This component is for entities we do not wish to track fingerprints/fibers, like puddles
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class IgnoresFingerprintsComponent : Component { }
|