Files
tbd-station-14/Content.Server/Solar/Components/SolarControlConsoleComponent.cs
2022-02-16 18:23:23 +11:00

18 lines
421 B
C#

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 sealed class SolarControlConsoleComponent : Component
{
}
}