Add two sample implementations

This commit is contained in:
Dean Herbert
2021-04-20 17:06:26 +09:00
parent db524e2395
commit 60acd824cb
10 changed files with 135 additions and 5 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Dialog
},
new PopupDialogCancelButton
{
Text = @"Cancel",
Text = Localisation.CommonStrings.Cancel,
Action = onCancel
},
};