namespace Content.Client.NetworkConfigurator;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent]
public sealed partial class NetworkConfiguratorActiveLinkOverlayComponent : Component
{
/// The entities linked to this network configurator.
/// This could just... couldn't this just be grabbed
/// if DeviceList was shared?
public HashSet<EntityUid> Devices = new();
}