using Content.Server.Station.Systems; namespace Content.Server.Station.Components; /// /// Controls spawning on the given station, tracking spawners present on it. /// [RegisterComponent, Access(typeof(StationSpawningSystem))] public sealed partial class StationSpawningComponent : Component { }