Files
tbd-station-14/Content.Shared/Tools/Components/ToolForcePoweredComponent.cs

11 lines
295 B
C#

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