9 lines
155 B
C#
9 lines
155 B
C#
using Content.Shared.Shuttles.Systems;
|
|
|
|
namespace Content.Client.Shuttles.Systems;
|
|
|
|
public sealed class RadarConsoleSystem : SharedRadarConsoleSystem
|
|
{
|
|
|
|
}
|