Generic power switch component (#11999)

This commit is contained in:
Rane
2023-01-20 11:05:54 -05:00
committed by GitHub
parent d6228d7a4c
commit 80d4dc430d
8 changed files with 175 additions and 24 deletions

View 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
{}
}