add sound to scroll-to-top button

This commit is contained in:
Jamie Taylor
2021-06-18 16:08:14 +09:00
parent 2cd72a92e8
commit 752d0a9f0b
3 changed files with 9 additions and 2 deletions

View File

@ -20,6 +20,9 @@ namespace osu.Game.Graphics.UserInterface
Toolbar,
[Description("songselect")]
SongSelect
SongSelect,
[Description("scrolltotop")]
ScrollToTop
}
}