Delta-v/Content.Client/Shuttles/ShuttleConsoleSystem.cs

10 lines
159 B
C#

using Content.Shared.Shuttles;
namespace Content.Client.Shuttles
{
internal sealed class ShuttleConsoleSystem : SharedShuttleConsoleSystem
{
}
}