namespace Content.Shared._Mono.FireControl; /// /// These are for the consoles that provide the user interface for fire control servers. /// [RegisterComponent] public sealed partial class FireControlConsoleComponent : Component { [ViewVariables] public EntityUid? ConnectedServer = null; }