using Robust.Shared.GameStates; namespace Content.Shared.Conveyor; /// /// Used to track which conveyors are relevant in case there's a lot of them. /// [RegisterComponent] public sealed partial class ActiveConveyorComponent : Component { }