Files

8 lines
144 B
C#
Raw Permalink Normal View History

using Content.Shared.Shuttles.Systems;
namespace Content.Client.Shuttles.Systems;
public sealed class DockingSystem : SharedDockingSystem
{
}