// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. namespace FlaxEngine.GUI { /// /// The data container for drag and drop operation in GUI. /// public class DragData { } }