6
2026-01-13 18:31:02 +02:00

10 lines
225 B
C#

namespace Content.Server.Power.Components
{
/// <summary>
/// Provides an alt verb to toggle power.
/// </summary>
[RegisterComponent]
public sealed partial class PowerSwitchComponent : Component
{}
}