mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Privatise setter
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Overlays.Comments
|
||||
|
||||
protected abstract string TextBoxPlaceholder { get; }
|
||||
|
||||
protected FillFlowContainer ButtonsContainer;
|
||||
protected FillFlowContainer ButtonsContainer { get; private set; }
|
||||
|
||||
protected readonly Bindable<string> Current = new Bindable<string>();
|
||||
|
||||
|
Reference in New Issue
Block a user