Files
OldThink/Content.Server/Interaction/DragDropSystem.cs

9 lines
134 B
C#
Raw Normal View History

2023-10-11 10:41:11 +11:00
using Content.Shared.DragDrop;
namespace Content.Server.Interaction;
public sealed class DragDropSystem : SharedDragDropSystem
{
}