Files
osukey/osu.Game/Rulesets/Edit/SelectionDragger.cs
smoogipoo cf859a6cf2 Make the dragger attach to objects it surrounds
Plus a lot more implementation.
2017-12-02 00:26:02 +09:00

13 lines
309 B
C#

// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.Containers;
namespace osu.Game.Rulesets.Edit
{
public class SelectionDragger : CompositeDrawable
{
}
}