Make ctor protected

This commit is contained in:
Andrei Zavatski 2020-07-12 12:39:48 +03:00
parent c3524cbe57
commit be36a4b768

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments.Buttons
private readonly Box background;
private readonly OsuSpriteText text;
public CommentRepliesButton()
protected CommentRepliesButton()
{
AutoSizeAxes = Axes.Both;
Margin = new MarginPadding