mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 23:12:56 +08:00
8 lines
152 B
C#
8 lines
152 B
C#
namespace osu.Game.Rulesets.Edit.Tools
|
|
{
|
|
public class SelectionTool : ICompositionTool
|
|
{
|
|
public string Name => "Select";
|
|
}
|
|
}
|