Add music bindings to on screen display

This commit is contained in:
Joehu
2020-11-13 12:32:23 -08:00
parent ae1a5b8955
commit 2071cba944
2 changed files with 11 additions and 7 deletions

View File

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