Files
tbd-station-14/Content.Server/Power/Components/ActivatableUIRequiresPowerComponent.cs
2022-05-13 17:59:03 +10:00

9 lines
155 B
C#

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