Files
tbd-station-14/Content.Server/Solar/Components/SolarControlConsoleComponent.cs
2022-02-02 14:35:40 +11:00

18 lines
414 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 class SolarControlConsoleComponent : Component
{
}
}