Files
OldThink/Content.Server/Solar/Components/SolarControlConsoleComponent.cs

18 lines
414 B
C#
Raw Normal View History

using System;
2021-06-09 22:19:39 +02:00
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;
2021-06-09 22:19:39 +02:00
namespace Content.Server.Solar.Components
{
[RegisterComponent]
public class SolarControlConsoleComponent : Component
{
}
}