2023-01-20 11:05:54 -05:00
|
|
|
namespace Content.Server.Power.Components
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Provides an alt verb to toggle power.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class PowerSwitchComponent : Component
|
2023-01-20 11:05:54 -05:00
|
|
|
{}
|
|
|
|
|
}
|