Power Monitoring Console (#7849)

This commit is contained in:
20kdc
2022-05-04 18:59:40 +01:00
committed by GitHub
parent 3d606f4316
commit 70cd3d18ca
9 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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
{
}