// SPDX-FileCopyrightText: 2025 GoobBot // SPDX-FileCopyrightText: 2025 deltanedas <@deltanedas:kde.org> // // SPDX-License-Identifier: AGPL-3.0-or-later using Robust.Shared.GameStates; namespace Content.Shared._Goobstation.Factory; /// /// Component added to machines with to enable their ports for linking. /// They can then be automated with things like a . /// [RegisterComponent, NetworkedComponent] public sealed partial class AutomatedComponent : Component;