Files
tbd-station-14/Content.Shared/Tools/Components/ToolForcePoweredComponent.cs
2022-08-31 20:22:25 -07:00

11 lines
287 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 class ToolForcePoweredComponent : Component
{}
}