Files
crystall-punk-14/Content.Client/Shuttles/Systems/DockingSystem.cs

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
{
}