From 5acaf9b371d9b64d73040673670f7bb3f6ecb71d Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Fri, 21 Feb 2020 12:33:49 +0900 Subject: [PATCH] Privatise setter --- osu.Game/Overlays/Comments/CommentEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Overlays/Comments/CommentEditor.cs b/osu.Game/Overlays/Comments/CommentEditor.cs index f7e53addbe..2fa4cb68f3 100644 --- a/osu.Game/Overlays/Comments/CommentEditor.cs +++ b/osu.Game/Overlays/Comments/CommentEditor.cs @@ -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 Current = new Bindable();