using Robust.Shared.GameStates; namespace Content.Shared.PowerCell.Components; /// /// Integrate PowerCellDraw and ItemToggle. /// Make toggling this item require power, and deactivates the item when power runs out. /// [RegisterComponent, NetworkedComponent] public sealed partial class ToggleCellDrawComponent : Component;