Set global action as a parameter in toast

This commit is contained in:
Joehu
2020-11-23 15:13:58 -08:00
parent 2071cba944
commit 52f5473cc0
4 changed files with 38 additions and 15 deletions

View File

@ -196,7 +196,7 @@ namespace osu.Game.Configuration
public Func<int, string> LookupSkinName { private get; set; }
public Func<GlobalAction, string> LookupKeyBindings { get; set; }
public Func<GlobalAction?, string> LookupKeyBindings { get; set; }
}
public enum OsuSetting