using Robust.Shared.GameStates; namespace Content.Server.Power.Components { /// /// This object is an APC electronics, used for constructing APCs /// [RegisterComponent] public sealed partial class ApcElectronicsComponent : Component { } }