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