2022-08-31 23:22:25 -04:00
|
|
|
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]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ToolForcePoweredComponent : Component
|
2022-08-31 23:22:25 -04:00
|
|
|
{}
|
|
|
|
|
}
|