Files
tbd-station-14/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs

9 lines
163 B
C#

namespace Content.Server.Power.Components
{
[RegisterComponent]
public sealed partial class ActivatableUIRequiresPowerComponent : Component
{
}
}