Make KeyBindingContainer public

This commit is contained in:
pikokr
2021-12-28 22:43:07 +09:00
parent 9ed7139582
commit dec1f31749
3 changed files with 2 additions and 7 deletions

View File

@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.UI
protected override InputState CreateInitialState() => new RulesetInputManagerInputState<T>(base.CreateInitialState());
protected readonly KeyBindingContainer<T> KeyBindingContainer;
public readonly KeyBindingContainer<T> KeyBindingContainer;
protected override Container<Drawable> Content => content;