2023-04-23 12:25:12 +10:00
|
|
|
using Content.Server.PowerCell;
|
2023-05-14 13:15:18 +10:00
|
|
|
using Content.Shared.PowerCell;
|
2023-04-23 12:25:12 +10:00
|
|
|
using Content.Shared.UserInterface;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.UserInterface;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Specifies that the attached entity requires <see cref="PowerCellDrawComponent"/> power.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed class ActivatableUIRequiresPowerCellComponent : Component
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|