mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 22:57:42 +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…
x
Reference in New Issue
Block a user