10 lines
225 B
C#
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
|
|
{}
|
|
}
|