Files
OldThink/Content.Shared/DragDrop/SharedDragDropSystem.cs

7 lines
102 B
C#
Raw Normal View History

2022-05-13 00:59:03 -07:00
namespace Content.Shared.DragDrop;
public abstract class SharedDragDropSystem : EntitySystem
{
}