namespace Content.Server._NF.BindToStation; /// /// Any object with this will have its contents bound to the station it's on. /// Nasty hack for storage and spawners initializing after the station binding variation pass. /// [RegisterComponent] public sealed partial class BindFillToStationComponent : Component;