using Content.Shared.PowerCell; using Robust.Shared.GameStates; namespace Content.Shared.UserInterface; /// /// Specifies that the attached entity requires power. /// [RegisterComponent, NetworkedComponent] public sealed partial class ActivatableUIRequiresPowerCellComponent : Component { }