namespace Content.Client.NetworkConfigurator;
///
/// This is used for...
///
[RegisterComponent]
public sealed 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 Devices = new();
}