Generic power switch component (#11999)
This commit is contained in:
9
Content.Server/Power/Components/PowerSwitchComponent.cs
Normal file
9
Content.Server/Power/Components/PowerSwitchComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.Power.Components
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides an alt verb to toggle power.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PowerSwitchComponent : Component
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user