18 lines
421 B
C#
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
|
|
{
|
|
}
|
|
}
|