DragDropSystem.cs 134 B

12345678
  1. using Content.Shared.DragDrop;
  2. namespace Content.Server.Interaction;
  3. public sealed class DragDropSystem : SharedDragDropSystem
  4. {
  5. }