10 lines
159 B
C#
10 lines
159 B
C#
|
|
using Content.Shared.Shuttles;
|
||
|
|
|
||
|
|
namespace Content.Client.Shuttles
|
||
|
|
{
|
||
|
|
internal sealed class ShuttleConsoleSystem : SharedShuttleConsoleSystem
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|