Remove SelectionTool, make Select the default tool

This commit is contained in:
smoogipoo
2017-11-30 19:53:52 +09:00
parent e9cbef88f1
commit 7e34b0f08d
2 changed files with 3 additions and 8 deletions

View File

@ -1,7 +0,0 @@
namespace osu.Game.Rulesets.Edit.Tools
{
public class SelectionTool : ICompositionTool
{
public string Name => "Select";
}
}