Files
OldThink/Content.Client/Shuttles/Systems/DockingSystem.cs

8 lines
144 B
C#
Raw Normal View History

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