mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add two sample implementations
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
},
|
||||
new PopupDialogCancelButton
|
||||
{
|
||||
Text = @"Cancel",
|
||||
Text = Localisation.CommonStrings.Cancel,
|
||||
Action = onCancel
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user