Add specific samples for dialog 'Ok' and 'Cancel' buttons

This commit is contained in:
Jamie Taylor
2022-06-15 12:33:21 +09:00
parent d1c236e187
commit 930ec2a197
4 changed files with 21 additions and 2 deletions

View File

@ -20,6 +20,12 @@ namespace osu.Game.Graphics.UserInterface
TabSelect,
[Description("scrolltotop")]
ScrollToTop
ScrollToTop,
[Description("dialog-cancel")]
DialogCancel,
[Description("dialog-ok")]
DialogOk
}
}