17 lines
377 B
C#
17 lines
377 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Content.Server.Power.NodeGroups;
|
|
using Content.Server.Utility;
|
|
using Robust.Server.GameObjects;
|
|
using Robust.Shared.GameObjects;
|
|
using Robust.Shared.IoC;
|
|
using Robust.Shared.ViewVariables;
|
|
|
|
namespace Content.Server.Power.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class PowerMonitoringConsoleComponent : Component
|
|
{
|
|
}
|
|
|