using System; using Content.Shared.Solar; using Content.Server.Solar.EntitySystems; using Content.Server.UserInterface; using Robust.Server.GameObjects; using Robust.Shared.GameObjects; using Robust.Shared.IoC; using Robust.Shared.ViewVariables; using Robust.Shared.Maths; namespace Content.Server.Solar.Components { [RegisterComponent] public class SolarControlConsoleComponent : Component { public override string Name => "SolarControlConsole"; } }