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