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