Files
OldThink/Content.Server/Power/Components/PowerSwitchComponent.cs

10 lines
217 B
C#
Raw Normal View History

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