Delta-v/Content.Server/Power/Components/ActivatableUIRequiresPowerC...

12 lines
203 B
C#

using System;
using Robust.Shared.GameObjects;
namespace Content.Server.Power.Components
{
[RegisterComponent]
public sealed class ActivatableUIRequiresPowerComponent : Component
{
}
}