Climbing refactor (#20516)
This commit is contained in:
8
Content.Server/Interaction/DragDropSystem.cs
Normal file
8
Content.Server/Interaction/DragDropSystem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.DragDrop;
|
||||
|
||||
namespace Content.Server.Interaction;
|
||||
|
||||
public sealed class DragDropSystem : SharedDragDropSystem
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user