6
StarHorizon_Public/Content.Server/_NF/Smuggling/Components/StationDeadDropHintExemptComponent.cs
2025-12-27 15:27:38 +03:00

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;