8 lines
264 B
C#
8 lines
264 B
C#
namespace Content.Server._NF.Smuggling.Components;
|
|
|
|
/// <summary>
|
|
/// A station that has this will not have round-start dead drop hints spawn on it.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class StationDeadDropHintExemptComponent : Component;
|