1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Privatise setter

This commit is contained in:
smoogipoo 2020-02-21 12:33:49 +09:00
parent 2cb218c9c4
commit 5acaf9b371

View File

@ -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>();