6
2026-01-24 12:49:55 +03:00

11 lines
322 B
C#

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