Files
wwdpublic/Content.Server/Interaction/DragDropSystem.cs
2023-10-14 22:02:29 +02:00

9 lines
134 B
C#

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