namespace Content.Shared.Tools.Components { /// /// Tag component to let a tool ignore restrictions on whether devices are powered /// or not to work. /// [RegisterComponent] public sealed class ToolForcePoweredComponent : Component {} }