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