You can now examine Node Containers to see their "connectors" (#2881)

This commit is contained in:
Vera Aguilera Puerto
2021-01-01 14:20:23 +01:00
committed by GitHub
parent 9af508e0b5
commit 483f7f4385
7 changed files with 46 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#nullable enable
using System;
using Content.Server.GameObjects.Components.NodeContainer;
using Content.Server.GameObjects.Components.NodeContainer.NodeGroups;
using Content.Shared.GameObjects.Components.Power;
using Content.Shared.GameObjects.EntitySystems;