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 class ActiveConveyorComponent : Component { }