mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
Make ctor protected
This commit is contained in:
parent
c3524cbe57
commit
be36a4b768
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user