using Content.Server.GameTicking.Rules; namespace Content.Server.Station.Components; /// /// Marker component for stations where procedural variation using /// has already run, so as to avoid running it again if another station is added. /// [RegisterComponent] public sealed partial class StationVariationHasRunComponent : Component { }