Files
tbd-station-14/Content.Server/Interaction/DragDropSystem.cs
2023-10-10 16:41:11 -07:00

9 lines
134 B
C#

using Content.Shared.DragDrop;
namespace Content.Server.Interaction;
public sealed class DragDropSystem : SharedDragDropSystem
{
}