mirror of https://github.com/ppy/osu
Privatise setter
This commit is contained in:
parent
2cb218c9c4
commit
5acaf9b371
|
@ -36,7 +36,7 @@ public bool IsLoading
|
|||
|
||||
protected abstract string TextBoxPlaceholder { get; }
|
||||
|
||||
protected FillFlowContainer ButtonsContainer;
|
||||
protected FillFlowContainer ButtonsContainer { get; private set; }
|
||||
|
||||
protected readonly Bindable<string> Current = new Bindable<string>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue