6
StarHorizon_Public/Content.Server/_NF/Smuggling/Components/StationDeadDropHintExemptComponent.cs
2026-01-24 12:49:55 +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;