11 lines
322 B
C#
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
|
|
{
|
|
}
|