namespace Content.Server._NF.Smuggling.Components; /// /// Denotes an item as having hints to existing dead drops. /// These should be generated dynamically from the current set of dead drops on spawn. /// [RegisterComponent] public sealed partial class DeadDropHintComponent : Component { }