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

9 lines
155 B
C#
Raw Normal View History

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