6
2026-01-18 12:53:36 +03: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
{}
}